6 implementations of GetPropertyValue
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
86
public object
GetPropertyValue
(int property)
MS\Internal\Automation\InteropAutomationProvider.cs (1)
41
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
86
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
47
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
497
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
505
object IRawElementProviderSimple.
GetPropertyValue
(int propertyId)
2 references to GetPropertyValue
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\EventManager.cs (1)
124
object propertyValue = ((IRawElementProviderSimple)el).
GetPropertyValue
(property.Id);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
301
object newValue = ((IRawElementProviderSimple)provider).
GetPropertyValue
(property.Id);