36 references to PointToScreen
System.Windows.Forms (30)
winforms\Managed\System\WinForms\Button.cs (1)
305
Point pt =
PointToScreen
(new Point(mevent.X, mevent.Y));
winforms\Managed\System\WinForms\CheckBox.cs (1)
647
Point pt =
PointToScreen
(new Point(mevent.X, mevent.Y));
winforms\Managed\System\WinForms\ComboBox.cs (2)
1845
pt =
PointToScreen
(pt);
3730
pt =
PointToScreen
(pt);
winforms\Managed\System\WinForms\ContextMenu.cs (1)
230
pos = control.
PointToScreen
(pos);
winforms\Managed\System\WinForms\Control.cs (2)
10381
Point clientOffset =
PointToScreen
(Point.Empty);
13490
pt =
PointToScreen
(pt);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19347
Point pt =
PointToScreen
(Location);
winforms\Managed\System\WinForms\ListBox.cs (2)
2415
pt =
PointToScreen
(pt);
2462
rpt =
PointToScreen
(rpt);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
185
Point locPoint = parent.
PointToScreen
(new Point(rect.left, rect.top));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (8)
557
Point pt =
PointToScreen
( new Point( rect.X, rect.Y ) );
1638
Point loc =
PointToScreen
(new Point(0, 0));
1713
Point loc =
PointToScreen
(new Point(0, 0));
2811
Point screenPoint = Edit.
PointToScreen
(new Point(me.X, me.Y));
3641
Point editPoint =
PointToScreen
(lastMouseDown);
3649
rowSelectPos =
PointToScreen
(lastMouseDown);
5792
dragStart =
PointToScreen
(new Point(e.X, e.Y));
5831
Point dragPoint =
PointToScreen
(new Point(e.X, e.Y));
winforms\Managed\System\WinForms\RadioButton.cs (1)
573
Point pt =
PointToScreen
(new Point(mevent.X, mevent.Y));
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1684
Point pt =
PointToScreen
(mevent.Location);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
2050
this.displayLocation = control.
PointToScreen
(position);
2061
this.displayLocation = CalculateDropDownLocation(control.
PointToScreen
(position), direction).Location;
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
3884
toPoint = parent.
PointToScreen
(fromPoint);
4406
return new Rectangle(Owner.ParentInternal.
PointToScreen
(bounds.Location), bounds.Size);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1143
Point cursorLoc = toolStripToDrag.
PointToScreen
(toolStripToDrag.GripRectangle.Location);
winforms\Managed\System\WinForms\TreeView.cs (1)
2918
bounds.Location = this.
PointToScreen
(bounds.Location);
winforms\Managed\System\WinForms\UpDownBase.cs (3)
965
Point pt =
PointToScreen
(new Point(mevent.X, mevent.Y));
1307
pt =
PointToScreen
(pt);
1653
pt =
PointToScreen
(pt);
System.Workflow.Activities (2)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
434
Point parentScreenLocation = TopLevelControl.
PointToScreen
(new Point(0, 0));
435
Point locationInDialog =
PointToScreen
(clientPoint);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (2)
1772
TabChange(this, new TabSelectionChangeEventArgs(previousTab, currentTab, new Rectangle(
PointToScreen
(tabItemBounds.Location), tabItemBounds.Size)));
2261
Point screenCoOrd = this.parentControl.
PointToScreen
(new Point(this.inplaceTipRectangle.Left, this.inplaceTipRectangle.Top));
AuthoringOM\Design\WorkflowView.cs (2)
2032
return
PointToScreen
(LogicalPointToClient(logicalPoint));
2263
return new Rectangle(this.workflowView.
PointToScreen
(Point.Empty), this.workflowView.ViewPortSize);