3 references to Root
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
205
provider = Wrap(acc, hwnd, null/*no parent*/, null/*root is self*/, RootStatus.
Root
);
1142
_isRoot = Accessible.Compare(_acc, KnownRoot._acc) || _acc.Role == AccessibleRole.Window ? RootStatus.
Root
: RootStatus.NotRoot;
1160
return _isRoot == RootStatus.
Root
;