6 references to RootElement
UIAutomationClient (6)
MS\Internal\Automation\ClickablePoint.cs (1)
204AutomationElement root = AutomationElement.RootElement;
MS\Internal\Automation\ClientEventManager.cs (2)
474AddListener( AutomationElement.RootElement, eventCallback, l ); 498RemoveListener(eventId, AutomationElement.RootElement, eventCallback);
MS\Internal\Automation\EventListenerClientSide.cs (2)
115Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId())) 172Misc.Compare(_refRid, AutomationElement.RootElement.GetRuntimeId()))
System\Windows\Automation\Automation.cs (1)
141if ( Misc.Compare( element, AutomationElement.RootElement ) )