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