1 write to _nativeAcc
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
831_nativeAcc = Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.OBJID_CLIENT, childId);
4 references to _nativeAcc
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTreeView.cs (4)
828if (_nativeAcc == null && System.Environment.OSVersion.Version.Major >= 6 && Misc.IsWindowInGivenProcess(_hwnd, "explorer")) 834if (_nativeAcc != null) 1257if (_nativeAcc != null) 1260_nativeAcc.DoDefaultAction();