6 implementations of GetPropertyValue
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
85
public object
GetPropertyValue
(int property)
MS\Internal\Automation\InteropAutomationProvider.cs (1)
40
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
85
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
46
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
496
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
504
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
2 references to GetPropertyValue
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\EventManager.cs (1)
123
object propertyValue = ((IRawElementProviderSimple)el).
GetPropertyValue
(property.Id);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
300
object newValue = ((IRawElementProviderSimple)provider).
GetPropertyValue
(property.Id);