9 references to SignedLOWORD
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11199int x = PARAM.SignedLOWORD(m.LParamInternal);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1380int 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)
70Assert.Equal(0x0304, PARAM.SignedLOWORD((nint)0x01020304)); 71Assert.Equal(unchecked((short)0xF3F4), PARAM.SignedLOWORD(unchecked((nint)0xF1F2F3F4))); 77Assert.Equal(0x0304, PARAM.SignedLOWORD(unchecked((nint)0x0506070801020304))); 78Assert.Equal(unchecked((short)0xF3F4), PARAM.SignedLOWORD(unchecked((nint)0xF5F6F7F8F1F2F3F4)));
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
4515Assert.Equal(1, PARAM.SignedLOWORD(m.LParam));