2 references to Point
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Label.cs (1)
1740Point pt = new Point(unchecked((int)(long)m.LParam));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
1419Point location = (LParam != -1) ? new Point(LParam) : Control.MousePosition;