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