8 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 (5)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1764
lParam = LPARAM.
MAKELPARAM
(
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3247
PInvokeCore.SendMessage(this, PInvoke.CB_SETEDITSEL, (WPARAM)0, LPARAM.
MAKELPARAM
(start, end));
System\Windows\Forms\Controls\ListView\ListView.cs (2)
5349
PInvokeCore.SendMessage(this, PInvoke.LVM_SETCOLUMNWIDTH, (WPARAM)columnIndex, LPARAM.
MAKELPARAM
(width, 0));
5372
PInvokeCore.SendMessage(this, PInvoke.LVM_SETCOLUMNWIDTH, (WPARAM)index, LPARAM.
MAKELPARAM
(width, 0));
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
783
LPARAM.
MAKELPARAM
(min, max));
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (1)
10532
PInvokeCore.SendMessage(control, PInvokeCore.EM_SETMARGINS, (WPARAM)(PInvoke.EC_LEFTMARGIN | PInvoke.EC_RIGHTMARGIN), LPARAM.
MAKELPARAM
(1, 2));
TextBoxBaseTests.cs (1)
7653
LPARAM.
MAKELPARAM
(1, 2));