6 references to RootElement
UIAutomationClient (6)
MS\Internal\Automation\ClickablePoint.cs (1)
203
AutomationElement root = AutomationElement.
RootElement
;
MS\Internal\Automation\ClientEventManager.cs (2)
473
AddListener( AutomationElement.
RootElement
, eventCallback, l );
497
RemoveListener(eventId, AutomationElement.
RootElement
, eventCallback);
MS\Internal\Automation\EventListenerClientSide.cs (2)
114
Misc.Compare(_refRid, AutomationElement.
RootElement
.GetRuntimeId()))
171
Misc.Compare(_refRid, AutomationElement.
RootElement
.GetRuntimeId()))
System\Windows\Automation\Automation.cs (1)
140
if ( Misc.Compare( element, AutomationElement.
RootElement
) )