3 references to Root
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
205provider = 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; 1160return _isRoot == RootStatus.Root;