6 references to RootElement
UIAutomationClient (6)
MS\Internal\Automation\ClickablePoint.cs (1)
215
AutomationElement root = AutomationElement.
RootElement
;
MS\Internal\Automation\ClientEventManager.cs (2)
490
AddListener( AutomationElement.
RootElement
, eventCallback, l );
514
RemoveListener(eventId, AutomationElement.
RootElement
, eventCallback);
MS\Internal\Automation\EventListenerClientSide.cs (2)
125
Misc.Compare(_refRid, AutomationElement.
RootElement
.GetRuntimeId()))
182
Misc.Compare(_refRid, AutomationElement.
RootElement
.GetRuntimeId()))
System\Windows\Automation\Automation.cs (1)
177
if ( Misc.Compare( element, AutomationElement.
RootElement
) )