1 write to _screenDPI
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
483
_screenDPI
= new Point(
6 references to _screenDPI
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (6)
488
Size controlPhysicalSize = PixelsToPhysical(Size,
_screenDPI
);
500
SetVirtualSizeNoInvalidate(PhysicalToPixels(new Size(virtualX, virtualY),
_screenDPI
));
628
Size controlPhysicalSize = PixelsToPhysical(rect.Size,
_screenDPI
);
637
int borderPixelsX = PhysicalToPixels(Border,
_screenDPI
.X);
638
int borderPixelsY = PhysicalToPixels(Border,
_screenDPI
.Y);
668
Size imagePixels = PhysicalToPixels(_imageSize,
_screenDPI
);