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