5 overrides of GetRuntimeId
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
310internal override int [] GetRuntimeId ()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
353internal override int[] GetRuntimeId()
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
256internal override int[] GetRuntimeId()
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
76internal override int [] GetRuntimeId ()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
947internal override int[] GetRuntimeId()
4 references to GetRuntimeId
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (2)
148int[] a1 = el1.GetRuntimeId(); 149int[] a2 = el2.GetRuntimeId();
MS\Internal\AutomationProxies\ProxySimple.cs (2)
145return Misc.AppendToRuntimeId(GetParent().GetRuntimeId(), _item); 507return GetRuntimeId ();