3 references to SignedLOWORD
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
6032
return
SignedLOWORD
( unchecked((int)(long)n) );
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1796
return new Point(NativeMethods.Util.
SignedLOWORD
(i), NativeMethods.Util.SignedHIWORD(i));
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
56
return new Point(NativeMethods.Util.
SignedLOWORD
(lastXY),NativeMethods.Util.SignedHIWORD(lastXY)) ;