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