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