4 references to PixelsToPhysical
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (4)
688return new Point(PixelsToPhysical(pixels.X, dpi.X), 689PixelsToPhysical(pixels.Y, dpi.Y)); 693return new Size(PixelsToPhysical(pixels.Width, dpi.X), 694PixelsToPhysical(pixels.Height, dpi.Y));