4 implementations of FindText
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
80
public ITextRangeProvider
FindText
(string text, bool backward, bool ignoreCase)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1747
ITextRangeProvider ITextRangeProvider.
FindText
(string text, bool backward, bool ignoreCase)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
194
ITextRangeProvider ITextRangeProvider.
FindText
(string text, bool backwards, bool ignoreCase)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
122
ITextRangeProvider ITextRangeProvider.
FindText
(string text, bool backwards, bool ignoreCase)
1 reference to FindText
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
260
return TextRangeProviderWrapper.WrapArgument( _iface.
FindText
(text, backward, ignoreCase), _peer );