6 references to MAKELONG
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (3)
7261
m.Result = (IntPtr)NativeMethods.Util.
MAKELONG
(0, 1);
7918
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.
MAKELONG
(owner.Left + s.Width / 2, owner.Top + SystemInformation.CaptionHeight));
7938
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.
MAKELONG
(owner.Left + s.Width / 2, owner.Top + SystemInformation.CaptionHeight));
winforms\Managed\System\WinForms\Menu.cs (1)
490
return (IntPtr) NativeMethods.Util.
MAKELONG
(firstMatch, action);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1755
int longPoint = NativeMethods.Util.
MAKELONG
(pt.X, pt.Y);
winforms\Managed\System\WinForms\ToolTip.cs (1)
1931
UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_TRACKPOSITION, 0, NativeMethods.Util.
MAKELONG
(pointX, pointY));