2 writes to hWnd
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Message.cs (2)
46set { hWnd = value; } 99m.hWnd = hWnd;
4 references to hWnd
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Message.cs (4)
45get { return hWnd; } 120return hWnd == m.hWnd && 137return (int)hWnd << 4 | msg;