4 references to Unknown
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (4)
134return Wrap(acc, _hwnd, null /*unknown parent*/, _knownRoot, RootStatus.Unknown); 212provider = Wrap(acc, hwnd, null/*parent unknown*/, null/*root unknown*/, RootStatus.Unknown); 1133if (_isRoot == RootStatus.Unknown) 1177_parent = Wrap(GetParent(), _hwnd, null/*grandparent unknown*/, _knownRoot, RootStatus.Unknown);