9 references to SignedHIWORD
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11200int y = PARAM.SignedHIWORD(m.LParamInternal);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1381int comboYMid = PARAM.SignedHIWORD(m.LParamInternal) + (editRectMid.top - comboRectMid.top);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabControlDesigner.cs (1)
617int y = PARAM.SignedHIWORD(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)
84Assert.Equal(0x0102, PARAM.SignedHIWORD((nint)0x01020304)); 85Assert.Equal(unchecked((short)0xF1F2), PARAM.SignedHIWORD(unchecked((nint)0xF1F2F3F4))); 91Assert.Equal(0x0102, PARAM.SignedHIWORD(unchecked((nint)0x0506070801020304))); 92Assert.Equal(unchecked((short)0xF1F2), PARAM.SignedHIWORD(unchecked((nint)0xF5F6F7F8F1F2F3F4)));
System.Windows.Forms.Tests (1)
TextBoxBaseTests.cs (1)
4514Assert.Equal(2, PARAM.SignedHIWORD(m.LParam));