5 overrides of GetRuntimeId
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
309internal override int [] GetRuntimeId ()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
340internal override int[] GetRuntimeId()
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
242internal override int[] GetRuntimeId()
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
64internal override int [] GetRuntimeId ()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
936internal override int[] GetRuntimeId()
4 references to GetRuntimeId
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (2)
137int[] a1 = el1.GetRuntimeId(); 138int[] a2 = el2.GetRuntimeId();
MS\Internal\AutomationProxies\ProxySimple.cs (2)
134return Misc.AppendToRuntimeId(GetParent().GetRuntimeId(), _item); 496return GetRuntimeId ();