22 references to POINT
System.Windows.Forms (22)
winforms\Managed\System\WinForms\AxHost.cs (1)
2119NativeMethods.POINT p = new NativeMethods.POINT();
winforms\Managed\System\WinForms\Control.cs (6)
2086NativeMethods.POINT p = new NativeMethods.POINT(); 3382NativeMethods.POINT pt = new NativeMethods.POINT(); 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\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\RichTextBox.cs (1)
2377NativeMethods.POINT pt = new NativeMethods.POINT();
winforms\Managed\System\WinForms\SplitContainer.cs (1)
586NativeMethods.POINT p = new NativeMethods.POINT();
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\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 (2)
615NativeMethods.POINT viewportOrg = new NativeMethods.POINT(); 644NativeMethods.POINT lastViewPort = new NativeMethods.POINT();