6 references to SignedLOWORD
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
369
return new Point(PARAM.
SignedLOWORD
(i), PARAM.SignedHIWORD(i));
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
444
return new Point(PARAM.
SignedLOWORD
(i), PARAM.SignedHIWORD(i));
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1616
return new Point(PARAM.
SignedLOWORD
(i), PARAM.SignedHIWORD(i));
System\Windows\Forms\Internal\WinFormsUtils.cs (1)
29
return new Point(PARAM.
SignedLOWORD
(lastXY), PARAM.SignedHIWORD(lastXY));
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
159
return new Point(PARAM.
SignedLOWORD
(lastXY), PARAM.SignedHIWORD(lastXY));
System.Windows.Forms.Primitives (1)
Windows\Win32\Foundation\Interop.PARAM.cs (1)
41
=>
SignedLOWORD
(unchecked((int)n));