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