15 references to POINT
System.Windows.Forms (15)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1671NativeMethods.POINT pt = new NativeMethods.POINT(rect.X, rect.Y);
winforms\Managed\System\WinForms\ContainerControl.cs (1)
717NativeMethods.POINT topLeftPoint = new NativeMethods.POINT(0, 0);
winforms\Managed\System\WinForms\Control.cs (2)
10089NativeMethods.POINT point = new NativeMethods.POINT(p.X, p.Y); 10106NativeMethods.POINT point = new NativeMethods.POINT(p.X, p.Y);
winforms\Managed\System\WinForms\Form.cs (2)
4996NativeMethods.POINT ptToSnap = new NativeMethods.POINT( 7362NativeMethods.POINT pt = new NativeMethods.POINT(x, y);
winforms\Managed\System\WinForms\Help.cs (1)
169pop.pt = new NativeMethods.POINT(location.X, location.Y);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
790NativeMethods.POINT pt = new NativeMethods.POINT(rect.X, rect.Y); 7739NativeMethods.POINT pt = new NativeMethods.POINT(x, y);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2323NativeMethods.POINT wpt = new NativeMethods.POINT(pt.X, pt.Y);
winforms\Managed\System\WinForms\StatusStrip.cs (2)
576gripLocation = new NativeMethods.POINT(SizeGripBounds.Left, SizeGripBounds.Bottom); 579gripLocation = new NativeMethods.POINT(SizeGripBounds.Right, SizeGripBounds.Bottom);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1732NativeMethods.POINT leftTop = new NativeMethods.POINT(x, y);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1164NativeMethods.POINT point = new NativeMethods.POINT(e.X, e.Y);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
330NativeMethods.POINT pt = new NativeMethods.POINT(point.X, point.Y);