9 references to Compare
UIAutomationClient (9)
MS\Internal\Automation\EventListenerClientSide.cs (5)
128if ((_eventListener.TreeScope & TreeScope.Element) != 0 && Misc.Compare(el, elThis)) 139if (elParent != null && Misc.Compare(elParent, elThis)) 147if (elParent != null && Misc.Compare(elParent, el)) 263if( ! Misc.Compare( el, elPossibleParent ) ) 268if( Misc.Compare( elPossibleChild, elPossibleParent ) )
System\Windows\Automation\Automation.cs (2)
65return Misc.Compare(el1, el2); 140if ( Misc.Compare( element, AutomationElement.RootElement ) )
System\Windows\Automation\AutomationElement.cs (1)
310return Misc.Compare(this, el);
System\Windows\Automation\TextPattern.cs (1)
284return Misc.Compare(t1._element, t2._element);