37 instantiations of POINT
System.Windows.Forms (37)
winforms\Managed\System\WinForms\AxHost.cs (1)
2119NativeMethods.POINT p = new NativeMethods.POINT();
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 (8)
2086NativeMethods.POINT p = new NativeMethods.POINT(); 3382NativeMethods.POINT pt = new NativeMethods.POINT(); 10089NativeMethods.POINT point = new NativeMethods.POINT(p.X, p.Y); 10106NativeMethods.POINT point = new NativeMethods.POINT(p.X, p.Y); 10348NativeMethods.POINT viewportOrg = new NativeMethods.POINT(); 16573NativeMethods.POINT pt = new NativeMethods.POINT(); 16672NativeMethods.POINT pVp = new NativeMethods.POINT(); 16673NativeMethods.POINT pW = new NativeMethods.POINT();
winforms\Managed\System\WinForms\Cursor.cs (1)
311NativeMethods.POINT p = new NativeMethods.POINT();
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\LinkLabel.cs (1)
403NativeMethods.POINT p = new NativeMethods.POINT();
winforms\Managed\System\WinForms\ListView.cs (2)
3378NativeMethods.POINT pt = new NativeMethods.POINT(); 5083NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (1)
122NativeMethods.POINT point = new NativeMethods.POINT();
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
721NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4662NativeMethods.POINT temp = new NativeMethods.POINT();
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 (2)
2323NativeMethods.POINT wpt = new NativeMethods.POINT(pt.X, pt.Y); 2377NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\SplitContainer.cs (1)
586NativeMethods.POINT p = new NativeMethods.POINT();
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\ToolStripManager.cs (1)
1047NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\TreeView.cs (1)
3086NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1164NativeMethods.POINT point = new NativeMethods.POINT(e.X, e.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
808NativeMethods.POINT point = new NativeMethods.POINT();
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
397NativeMethods.POINT p = new NativeMethods.POINT();
winforms\Managed\System\WinForms\WinFormsUtils.cs (3)
330NativeMethods.POINT pt = new NativeMethods.POINT(point.X, point.Y); 615NativeMethods.POINT viewportOrg = new NativeMethods.POINT(); 644NativeMethods.POINT lastViewPort = new NativeMethods.POINT();
59 references to POINT
System.Windows.Forms (59)
winforms\Managed\System\WinForms\AxHost.cs (1)
2119NativeMethods.POINT p = new NativeMethods.POINT();
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 (8)
2086NativeMethods.POINT p = new NativeMethods.POINT(); 3382NativeMethods.POINT pt = new NativeMethods.POINT(); 10089NativeMethods.POINT point = new NativeMethods.POINT(p.X, p.Y); 10106NativeMethods.POINT point = new NativeMethods.POINT(p.X, p.Y); 10348NativeMethods.POINT viewportOrg = new NativeMethods.POINT(); 16573NativeMethods.POINT pt = new NativeMethods.POINT(); 16672NativeMethods.POINT pVp = new NativeMethods.POINT(); 16673NativeMethods.POINT pW = new NativeMethods.POINT();
winforms\Managed\System\WinForms\Cursor.cs (1)
311NativeMethods.POINT p = new NativeMethods.POINT();
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\LinkLabel.cs (1)
403NativeMethods.POINT p = new NativeMethods.POINT();
winforms\Managed\System\WinForms\ListView.cs (2)
3378NativeMethods.POINT pt = new NativeMethods.POINT(); 5083NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\ListViewInsertionMark.cs (1)
122NativeMethods.POINT point = new NativeMethods.POINT();
winforms\Managed\System\WinForms\NativeMethods.cs (7)
2799internal POINT pt; 5053public POINT MousePos = null; 5065public POINT ptReserved = null; 5066public POINT ptMaxSize = null; 5067public POINT ptMaxPosition = null; 5068public POINT ptMinTrackSize = null; 5069public POINT ptMaxTrackSize = null;
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
721NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4662NativeMethods.POINT temp = new NativeMethods.POINT();
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 (2)
2323NativeMethods.POINT wpt = new NativeMethods.POINT(pt.X, pt.Y); 2377NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\SafeNativeMethods.cs (5)
124public static extern bool MoveToEx(HandleRef hdc, int x, int y, NativeMethods.POINT pt); 559public static extern bool SetViewportOrgEx(HandleRef hDC, int x, int y, [In, Out] NativeMethods.POINT point); 581public static extern bool SetWindowOrgEx(HandleRef hDC, int x, int y, [In, Out] NativeMethods.POINT point); 584public static extern bool GetViewportOrgEx(HandleRef hDC, [In, Out] NativeMethods.POINT point); 814public static extern int GetThemePosition(HandleRef hTheme, int iPartId, int iStateId, int iPropId, [Out] NativeMethods.POINT pPoint);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
586NativeMethods.POINT p = new NativeMethods.POINT();
winforms\Managed\System\WinForms\StatusStrip.cs (1)
574NativeMethods.POINT gripLocation;
winforms\Managed\System\WinForms\ToolBar.cs (1)
1732NativeMethods.POINT leftTop = new NativeMethods.POINT(x, y);
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1047NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\ToolTip.cs (3)
2267NativeMethods.POINT sc = (NativeMethods.POINT)msg.GetLParam(typeof(NativeMethods.POINT));
winforms\Managed\System\WinForms\TreeView.cs (1)
3086NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (8)
521public static extern int ScreenToClient( HandleRef hWnd, [In, Out] NativeMethods.POINT pt ); 731public static extern bool GetCursorPos([In, Out] NativeMethods.POINT pt); 860public static extern int MapWindowPoints(HandleRef hWndFrom, HandleRef hWndTo, [In, Out] NativeMethods.POINT pt, int cPoints); 972public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.POINT lParam); 975public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethods.POINT wParam, int lParam); 1017public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethods.POINT wParam, [In, Out] NativeMethods.LVINSERTMARK lParam); 1212public static extern int ClientToScreen( HandleRef hWnd, [In, Out] NativeMethods.POINT pt ); 2117NativeMethods.POINT pt,
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1164NativeMethods.POINT point = new NativeMethods.POINT(e.X, e.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
808NativeMethods.POINT point = new NativeMethods.POINT();
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1717int UnsafeNativeMethods.IDocHostUIHandler.ShowContextMenu(int dwID, NativeMethods.POINT pt, object pcmdtReserved, object pdispReserved) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
397NativeMethods.POINT p = new NativeMethods.POINT();
winforms\Managed\System\WinForms\WinFormsUtils.cs (3)
330NativeMethods.POINT pt = new NativeMethods.POINT(point.X, point.Y); 615NativeMethods.POINT viewportOrg = new NativeMethods.POINT(); 644NativeMethods.POINT lastViewPort = new NativeMethods.POINT();