3 writes to _hwnd
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Accessible.cs (3)
841
int result = UnsafeNativeMethods.WindowFromAccessibleObject(_acc, ref
_hwnd
);
844
_hwnd
= IntPtr.Zero;
856
_hwnd
= IntPtr.Zero;
2 references to _hwnd
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Accessible.cs (2)
837
if (
_hwnd
== IntPtr.Zero)
859
return
_hwnd
;