11 references to GetRuntimeId
UIAutomationClient (11)
MS\Internal\Automation\ClientEventManager.cs (1)
660StructureChangedEventArgs e = new StructureChangedEventArgs( StructureChangeType.ChildAdded, rawEl.GetRuntimeId() );
MS\Internal\Automation\EventListenerClientSide.cs (4)
29_refRid = elRoot.GetRuntimeId(); 88rid = el.GetRuntimeId(); 114Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 171Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId()))
MS\Internal\Automation\Misc.cs (2)
62return Compare(el1.GetRuntimeId(), el2.GetRuntimeId());
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
80runtimeId = rawEl.GetRuntimeId();
System\Windows\Automation\AutomationElement.cs (1)
319int[] id = GetRuntimeId();
System\Windows\Automation\ItemContainerPattern.cs (1)
149value = ((AutomationElement)value).GetRuntimeId();
System\Windows\Automation\PropertyCondition.cs (1)
152val = ((AutomationElement)val).GetRuntimeId();