11 references to GetRuntimeId
UIAutomationClient (11)
MS\Internal\Automation\ClientEventManager.cs (1)
679StructureChangedEventArgs e = new StructureChangedEventArgs( StructureChangeType.ChildAdded, rawEl.GetRuntimeId() );
MS\Internal\Automation\EventListenerClientSide.cs (4)
40_refRid = elRoot.GetRuntimeId(); 99rid = el.GetRuntimeId(); 125Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 182Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId()))
MS\Internal\Automation\Misc.cs (2)
81return Compare(el1.GetRuntimeId(), el2.GetRuntimeId());
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
90runtimeId = rawEl.GetRuntimeId();
System\Windows\Automation\AutomationElement.cs (1)
322int[] id = GetRuntimeId();
System\Windows\Automation\ItemContainerPattern.cs (1)
161value = ((AutomationElement)value).GetRuntimeId();
System\Windows\Automation\PropertyCondition.cs (1)
166val = ((AutomationElement)val).GetRuntimeId();