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)
488Size controlPhysicalSize = PixelsToPhysical(Size, _screenDPI); 500SetVirtualSizeNoInvalidate(PhysicalToPixels(new Size(virtualX, virtualY), _screenDPI)); 628Size controlPhysicalSize = PixelsToPhysical(rect.Size, _screenDPI); 637int borderPixelsX = PhysicalToPixels(Border, _screenDPI.X); 638int borderPixelsY = PhysicalToPixels(Border, _screenDPI.Y); 668Size imagePixels = PhysicalToPixels(_imageSize, _screenDPI);