5 overrides of GetRuntimeId
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
313internal override int [] GetRuntimeId ()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
342internal override int[] GetRuntimeId()
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
245internal override int[] GetRuntimeId()
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
68internal override int [] GetRuntimeId ()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
938internal override int[] GetRuntimeId()
4 references to GetRuntimeId
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (2)
139int[] a1 = el1.GetRuntimeId(); 140int[] a2 = el2.GetRuntimeId();
MS\Internal\AutomationProxies\ProxySimple.cs (2)
138return Misc.AppendToRuntimeId(GetParent().GetRuntimeId(), _item); 500return GetRuntimeId ();