6 references to Compare
UIAutomationClient (6)
MS\Internal\Automation\EventListenerClientSide.cs (4)
98if( !Misc.Compare( _refRid, rid ) ) 115Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 172Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 186if ( Misc.Compare( rid, _refRid ) )
MS\Internal\Automation\Misc.cs (1)
66return Compare(el1.GetRuntimeId(), el2.GetRuntimeId());
System\Windows\Automation\Automation.cs (1)
83return Misc.Compare(runtimeId1, runtimeId2);