3 writes to _hwnd
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (3)
866int result = UnsafeNativeMethods.WindowFromAccessibleObject(_acc, ref _hwnd); 869_hwnd = IntPtr.Zero; 884_hwnd = IntPtr.Zero;
2 references to _hwnd
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Accessible.cs (2)
862if (_hwnd == IntPtr.Zero) 887return _hwnd;