1 write to _screenDPI
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
477
_screenDPI
= new Point(
6 references to _screenDPI
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (6)
482
Size controlPhysicalSize = PixelsToPhysical(Size,
_screenDPI
);
494
SetVirtualSizeNoInvalidate(PhysicalToPixels(new Size(virtualX, virtualY),
_screenDPI
));
622
Size controlPhysicalSize = PixelsToPhysical(rect.Size,
_screenDPI
);
631
int borderPixelsX = PhysicalToPixels(Border,
_screenDPI
.X);
632
int borderPixelsY = PhysicalToPixels(Border,
_screenDPI
.Y);
662
Size imagePixels = PhysicalToPixels(_imageSize,
_screenDPI
);