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