3 references to MAKEWPARAM
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
7472
PInvokeCore.SendMessage(this, PInvokeCore.WM_HSCROLL, WPARAM.
MAKEWPARAM
((int)SCROLLBAR_COMMAND.SB_THUMBPOSITION, si.nPos));
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
3327
PInvokeCore.SendMessage(control, MessageId.WM_REFLECT | PInvokeCore.WM_COMMAND, WPARAM.
MAKEWPARAM
(0, (int)PInvoke.LBN_SELCHANGE));
System.Windows.Forms.UI.IntegrationTests (1)
Dpi\DpiMessageHelper.cs (1)
11
WPARAM wParam = WPARAM.
MAKEWPARAM
(newDpi, newDpi);