11 references to GetRuntimeId
UIAutomationClient (11)
MS\Internal\Automation\ClientEventManager.cs (1)
661
StructureChangedEventArgs e = new StructureChangedEventArgs( StructureChangeType.ChildAdded, rawEl.
GetRuntimeId
() );
MS\Internal\Automation\EventListenerClientSide.cs (4)
30
_refRid = elRoot.
GetRuntimeId
();
89
rid = el.
GetRuntimeId
();
115
Misc.Compare(_refRid, AutomationElement.RootElement.
GetRuntimeId
()))
172
Misc.Compare(_refRid, AutomationElement.RootElement.
GetRuntimeId
()))
MS\Internal\Automation\Misc.cs (2)
63
return Compare(el1.
GetRuntimeId
(), el2.
GetRuntimeId
());
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
81
runtimeId = rawEl.
GetRuntimeId
();
System\Windows\Automation\AutomationElement.cs (1)
320
int[] id =
GetRuntimeId
();
System\Windows\Automation\ItemContainerPattern.cs (1)
150
value = ((AutomationElement)value).
GetRuntimeId
();
System\Windows\Automation\PropertyCondition.cs (1)
153
val = ((AutomationElement)val).
GetRuntimeId
();