You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Determines if the Find operation is case sensitive. Returns TRUE if the Find is case sensitive, FALSE otherwise.
540
505
/// The locale used to determine case sensitivity is the document's language specified by the HTML lang attribute. If unspecified then the WebView2's UI locale
541
506
/// typically provides a default handling approach, while the document's language settings (e.g., specified using the HTML lang attribute) can override these defaults to apply locale-specific rules. This dual consideration
/// StartAsync Completion: The asynchronous action completes when the UI has been displayed with the Find term in the UI bar, and the matches have populated on the counter on the Find bar.
584
549
/// There may be a slight latency between the UI display and the matches populating in the counter.
585
550
/// The MatchCountChanged and ActiveMatchIndexChanged events are only raised after StartAsync has completed, otherwise they will have their default values (-1 for ActiveMatchIndex and 0 for TotalMatchCount).
586
-
/// When initiating a Find session while another session is in progress, the behavior of
587
-
/// the active match index depends on the direction set for the Find operation (forward or backward).
588
551
/// However, calling StartFind again during an ongoing Find operation does not resume from the point
589
552
/// of the current active match. For example, given the text "1 1 A 1 1" and initiating a Find session for "A",
590
553
/// then starting another Find session for "1", it will start searching from the beginning of the document,
0 commit comments