6 writes to hwnd
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2538
nativeItem.
hwnd
= new IntPtr(item.hwnd);
2581
nativeItem.
hwnd
= IntPtr.Zero;
MS\Internal\AutomationProxies\Misc.cs (3)
345
tool.
hwnd
= hwnd;
1942
tool.
hwnd
= Misc.GetParent(lParam.hwnd);
1948
tool.
hwnd
= lParam.hwnd;
MS\Win32\NativeMethods.cs (1)
1955
hwnd
= IntPtr.Zero;
2 references to hwnd
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2523
hwnd = item.
hwnd
.ToInt32();
2566
hwnd = (long)item.
hwnd
;