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