4 references to Unknown
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (4)
121return Wrap(acc, _hwnd, null /*unknown parent*/, _knownRoot, RootStatus.Unknown); 199provider = Wrap(acc, hwnd, null/*parent unknown*/, null/*root unknown*/, RootStatus.Unknown); 1099if (_isRoot == RootStatus.Unknown) 1143_parent = Wrap(GetParent(), _hwnd, null/*grandparent unknown*/, _knownRoot, RootStatus.Unknown);