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