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