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