4 implementations of GetAttributeValue
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
86
public object
GetAttributeValue
(int attribute)
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1787
object ITextRangeProvider.
GetAttributeValue
(int attributeId)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
217
object ITextRangeProvider.
GetAttributeValue
(int attributeId)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
147
object ITextRangeProvider.
GetAttributeValue
(int attributeId)
1 reference to GetAttributeValue
PresentationCore (1)
MS\Internal\Automation\TextRangeProviderWrapper.cs (1)
267
return _iface.
GetAttributeValue
(attribute);