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