6 writes to hwnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2550
hwnd
= new IntPtr(item.hwnd),
2594
hwnd
= IntPtr.Zero,
MS\Internal\AutomationProxies\Misc.cs (3)
329
tool.
hwnd
= hwnd;
1909
tool.
hwnd
= Misc.GetParent(lParam.hwnd);
1915
tool.
hwnd
= lParam.hwnd;
MS\Win32\NativeMethods.cs (1)
1937
hwnd
= IntPtr.Zero;
2 references to hwnd
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2535
hwnd = item.
hwnd
.ToInt32();
2579
hwnd = (long)item.
hwnd
;