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