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