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