6 references to Compare
UIAutomationClient (6)
MS\Internal\Automation\EventListenerClientSide.cs (4)
97if( !Misc.Compare( _refRid, rid ) ) 114Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 171Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 185if ( Misc.Compare( rid, _refRid ) )
MS\Internal\Automation\Misc.cs (1)
62return Compare(el1.GetRuntimeId(), el2.GetRuntimeId());
System\Windows\Automation\Automation.cs (1)
78return Misc.Compare(runtimeId1, runtimeId2);