4 implementations of FindAttribute
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
74public ITextRangeProvider FindAttribute(int attribute, object val, bool backward)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1651ITextRangeProvider ITextRangeProvider.FindAttribute(int attributeId, object value, bool backward)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
179ITextRangeProvider ITextRangeProvider.FindAttribute(int attributeId, object val, bool backwards)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
88ITextRangeProvider ITextRangeProvider.FindAttribute(int attributeId, object val, bool backwards)
1 reference to FindAttribute
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
251return TextRangeProviderWrapper.WrapArgument( _iface.FindAttribute(attribute, val, backward), _peer );