3 writes to _hwnd
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (3)
889
int 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)
885
if (
_hwnd
== IntPtr.Zero)
910
return
_hwnd
;