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