6 references to Compare
UIAutomationClient (6)
MS\Internal\Automation\EventListenerClientSide.cs (4)
108
if( !Misc.
Compare
( _refRid, rid ) )
125
Misc.
Compare
(_refRid, AutomationElement.RootElement.GetRuntimeId()))
182
Misc.
Compare
(_refRid, AutomationElement.RootElement.GetRuntimeId()))
196
if ( Misc.
Compare
( rid, _refRid ) )
MS\Internal\Automation\Misc.cs (1)
81
return
Compare
(el1.GetRuntimeId(), el2.GetRuntimeId());
System\Windows\Automation\Automation.cs (1)
108
return Misc.
Compare
(runtimeId1, runtimeId2);