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