5 implementations of GetRuntimeId
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
148
public int [ ]
GetRuntimeId
()
MS\Internal\Automation\InteropAutomationProvider.cs (1)
68
int [] IRawElementProviderFragment.
GetRuntimeId
()
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
214
int[] IRawElementProviderFragment.
GetRuntimeId
()
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
347
int [] IRawElementProviderFragment.
GetRuntimeId
()
MS\Internal\AutomationProxies\ProxySimple.cs (1)
486
int [] IRawElementProviderFragment.
GetRuntimeId
()
4 references to GetRuntimeId
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (3)
333
runtimeId = srcElement.
GetRuntimeId
();
354
runtimeId = srcElement.
GetRuntimeId
();
366
runtimeId = srcElement.
GetRuntimeId
();
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
385
int[] parentId = ((IRawElementProviderFragment)Parent).
GetRuntimeId
();