4 writes to hwnd
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1760hwnd = (ContainingControl is null) ? HWND.Null : ContainingControl.HWND,
System\Windows\Forms\Application.ThreadContext.cs (1)
878msg.hwnd = (HWND)message.HWnd;
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
333hwnd = HWND.Null,
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
141hwnd = HWND,
14 references to hwnd
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1703msg.HWnd = win32Message.hwnd;
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
356HWND hwnd = lpmsg->hwnd; 1858Message msg = Message.Create(lpmsg->hwnd, lpmsg->message, lpmsg->wParam, lpmsg->lParam); 1861Control? target = FromChildHandle(lpmsg->hwnd); 1880if (PInvoke.IsWindowUnicode(lpmsg->hwnd))
System\Windows\Forms\Application.cs (1)
819message.HWnd = msg.hwnd;
System\Windows\Forms\Application.ThreadContext.cs (4)
867Message message = Message.Create(msg.hwnd, msg.message, msg.wParam, msg.lParam); 936Control? target = Control.FromChildHandle(msg.hwnd); 939Message m = Message.Create(msg.hwnd, msg.message, msg.wParam, msg.lParam); 972HWND hwndRoot = PInvoke.GetAncestor(msg.hwnd, GET_ANCESTOR_FLAGS.GA_ROOT);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
59PInvoke.UpdateWindow(msg.hwnd);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
265msg.HWnd = win32Message.hwnd;
System\Windows\Forms\Form.cs (1)
4721msg.HWnd = win32Message.hwnd;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
92=> Create(msg->hwnd, msg->message, msg->wParam, msg->lParam);