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