11 references to Point
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (4)
433Size controlPhysicalSize = new Size(PixelsToPhysical(new Point(Size), screendpi)); 573Size controlPhysicalSize = new Size(PixelsToPhysical(new Point(Size), screendpi)); 576Point virtualPixels = new Point(VirtualSize); 611Point imagePixels = PhysicalToPixels(new Point(imageSize), screendpi);
System.Workflow.ComponentModel (7)
AuthoringOM\Design\WorkflowLayouts.cs (5)
96return new Point(DefaultWorkflowLayout.Separator); 538Point[] points = new Point[] { viewPortData.Translation, new Point(viewPortData.ViewPortSize) }; 570points = new Point[] { viewPortBitmapArea.Location, new Point(viewPortBitmapArea.Size) }; 610Point[] points = new Point[] { viewPortData.Translation, new Point(viewPortData.ViewPortSize) }; 676points = new Point[] { viewPortBitmapArea.Location, new Point(viewPortBitmapArea.Size) };
AuthoringOM\Design\WorkflowView.cs (2)
2052Point[] points = new Point[] { new Point(logicalSize) }; 2064Point[] points = new Point[] { new Point(clientSize) };