5 implementations of GetRuntimeId
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
149
public int [ ]
GetRuntimeId
()
MS\Internal\Automation\InteropAutomationProvider.cs (1)
69
int [] IRawElementProviderFragment.
GetRuntimeId
()
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
215
int[] IRawElementProviderFragment.
GetRuntimeId
()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
348
int [] IRawElementProviderFragment.
GetRuntimeId
()
MS\Internal\AutomationProxies\ProxySimple.cs (1)
487
int [] IRawElementProviderFragment.
GetRuntimeId
()
4 references to GetRuntimeId
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (3)
334
runtimeId = srcElement.
GetRuntimeId
();
355
runtimeId = srcElement.
GetRuntimeId
();
367
runtimeId = srcElement.
GetRuntimeId
();
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
386
int[] parentId = ((IRawElementProviderFragment)Parent).
GetRuntimeId
();