3 writes to _hwnd
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (3)
889int result = UnsafeNativeMethods.WindowFromAccessibleObject(_acc, ref _hwnd); 892_hwnd = IntPtr.Zero; 907_hwnd = IntPtr.Zero;
2 references to _hwnd
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Accessible.cs (2)
885if (_hwnd == IntPtr.Zero) 910return _hwnd;