9 references to SignedLOWORD
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11199
int x = PARAM.
SignedLOWORD
(m.LParamInternal);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1380
int comboXMid = PARAM.
SignedLOWORD
(m.LParamInternal) + (editRectMid.left - comboRectMid.left);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabControlDesigner.cs (1)
616
int x = PARAM.
SignedLOWORD
(m.LParamInternal);
System.Windows.Forms.Primitives (1)
Windows\Win32\Foundation\Interop.PARAM.cs (1)
72
=> new(
SignedLOWORD
(param), SignedHIWORD(param));
System.Windows.Forms.Primitives.Tests (4)
Interop\PARAMTests.cs (4)
70
Assert.Equal(0x0304, PARAM.
SignedLOWORD
((nint)0x01020304));
71
Assert.Equal(unchecked((short)0xF3F4), PARAM.
SignedLOWORD
(unchecked((nint)0xF1F2F3F4)));
77
Assert.Equal(0x0304, PARAM.
SignedLOWORD
(unchecked((nint)0x0506070801020304)));
78
Assert.Equal(unchecked((short)0xF3F4), PARAM.
SignedLOWORD
(unchecked((nint)0xF5F6F7F8F1F2F3F4)));
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
4515
Assert.Equal(1, PARAM.
SignedLOWORD
(m.LParam));