4 references to SignedHIWORD
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11213int y = PARAM.SignedHIWORD(m.LParamInternal);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1386int comboYMid = PARAM.SignedHIWORD(m.LParamInternal) + (editRectMid.top - comboRectMid.top);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabControlDesigner.cs (1)
605int y = PARAM.SignedHIWORD(m.LParamInternal);
System.Windows.Forms.Primitives (1)
Windows\Win32\Foundation\Interop.PARAM.cs (1)
72=> new(SignedLOWORD(param), SignedHIWORD(param));