9 references to Compare
UIAutomationClient (9)
MS\Internal\Automation\EventListenerClientSide.cs (5)
139if ((_eventListener.TreeScope & TreeScope.Element) != 0 && Misc.Compare(el, elThis)) 150if (elParent != null && Misc.Compare(elParent, elThis)) 158if (elParent != null && Misc.Compare(elParent, el)) 274if( ! Misc.Compare( el, elPossibleParent ) ) 279if( Misc.Compare( elPossibleChild, elPossibleParent ) )
System\Windows\Automation\Automation.cs (2)
90return Misc.Compare(el1, el2); 177if ( Misc.Compare( element, AutomationElement.RootElement ) )
System\Windows\Automation\AutomationElement.cs (1)
313return Misc.Compare(this, el);
System\Windows\Automation\TextPattern.cs (1)
299return Misc.Compare(t1._element, t2._element);