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