1 write to _nativeAcc
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
822
_nativeAcc
= Accessible.CreateNativeFromEvent(_hwnd, NativeMethods.OBJID_CLIENT, childId);
4 references to _nativeAcc
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTreeView.cs (4)
819
if (
_nativeAcc
== null && System.Environment.OSVersion.Version.Major >= 6 && Misc.IsWindowInGivenProcess(_hwnd, "explorer"))
825
if (
_nativeAcc
!= null)
1248
if (
_nativeAcc
!= null)
1251
_nativeAcc
.DoDefaultAction();