3 writes to _hwnd
UIAutomationClient (3)
MS\Internal\Automation\Accessible.cs (3)
78
if (UnsafeNativeMethods.WindowFromAccessibleObject(_acc, ref
_hwnd
) != 0/*S_OK*/)
80
_hwnd
= IntPtr.Zero;
91
_hwnd
= IntPtr.Zero;
2 references to _hwnd
UIAutomationClient (2)
MS\Internal\Automation\Accessible.cs (2)
74
if (
_hwnd
== IntPtr.Zero)
94
return
_hwnd
;