7 references to MAKELPARAM
System.Private.Windows.Core (1)
Windows\Win32\Foundation\LPARAM.cs (1)
28
public static explicit operator LPARAM(Point value) =>
MAKELPARAM
(value.X, value.Y);
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1761
lParam = LPARAM.
MAKELPARAM
(
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3349
PInvokeCore.SendMessage(this, PInvoke.CB_SETEDITSEL, (WPARAM)0, LPARAM.
MAKELPARAM
(start, end));
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
459
LPARAM.
MAKELPARAM
(
System\Windows\Forms\Controls\ListView\ListView.cs (2)
5342
PInvokeCore.SendMessage(this, PInvoke.LVM_SETCOLUMNWIDTH, (WPARAM)columnIndex, LPARAM.
MAKELPARAM
(width, 0));
5365
PInvokeCore.SendMessage(this, PInvoke.LVM_SETCOLUMNWIDTH, (WPARAM)index, LPARAM.
MAKELPARAM
(width, 0));
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
779
LPARAM.
MAKELPARAM
(min, max));