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