File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -608,15 +608,15 @@ runtimeclass CoreWebView2FindConfiguration : [default]ICoreWebView2FindConfigura
608
608
609
609
610
610
/// Navigates to the next match in the document.
611
- /// Note: If called when there is no find operation in progress, FindNext will start a new find session.
612
611
/// If there are no matches to find, FindNext will wrap around to the first match if the search direction is forward,
613
612
/// or to the last match if the search direction is backward.
613
+ /// If called when there is no find session active, FindPrevious will silently fail.
614
614
void FindNext ();
615
615
616
616
/// Navigates to the previous match in the document.
617
- /// Note: If called when there is no find operation in progress, FindPrevious will start a new find session.
618
617
/// If there are no matches to find, FindPrevious will wrap around to the last match if the search direction is forward,
619
618
/// or to the first match if the search direction is backward.
619
+ /// If called when there is no find session active, FindPrevious will silently fail.
620
620
void FindPrevious ();
621
621
622
622
You can’t perform that action at this time.
0 commit comments