11 references to FromPoint
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Form.cs (2)
4034
desktop = Screen.
FromPoint
(Control.MousePosition);
4503
desktop = Screen.
FromPoint
(Control.MousePosition);
winforms\Managed\System\WinForms\Screen.cs (2)
380
return Screen.
FromPoint
(pt).WorkingArea;
413
return Screen.
FromPoint
(pt).Bounds;
winforms\Managed\System\WinForms\ToolTip.cs (6)
1563
Screen screen = Screen.
FromPoint
(cursorLocation);
2161
Screen screen = Screen.
FromPoint
(moveToLocation);
2335
Screen screen = Screen.
FromPoint
(Cursor.Position);
2442
Screen screen = Screen.
FromPoint
(cursorPos);
2469
Screen screen = Screen.
FromPoint
(tt.Position);
2515
Screen screen = Screen.
FromPoint
(Cursor.Position);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1095
Screen closestScreen = Screen.
FromPoint
(location);