6 writes to hwnd
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2549hwnd = new IntPtr(item.hwnd), 2593hwnd = IntPtr.Zero,
MS\Internal\AutomationProxies\Misc.cs (3)
328tool.hwnd = hwnd; 1908tool.hwnd = Misc.GetParent(lParam.hwnd); 1914tool.hwnd = lParam.hwnd;
MS\Win32\NativeMethods.cs (1)
1936hwnd = IntPtr.Zero;
2 references to hwnd
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2534hwnd = item.hwnd.ToInt32(); 2578hwnd = (long)item.hwnd;