1 write to _screenDPI
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
498_screenDPI = new Point(
6 references to _screenDPI
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (6)
503Size controlPhysicalSize = PixelsToPhysical(Size, _screenDPI); 515SetVirtualSizeNoInvalidate(PhysicalToPixels(new Size(virtualX, virtualY), _screenDPI)); 643Size controlPhysicalSize = PixelsToPhysical(rect.Size, _screenDPI); 652int borderPixelsX = PhysicalToPixels(Border, _screenDPI.X); 653int borderPixelsY = PhysicalToPixels(Border, _screenDPI.Y); 683Size imagePixels = PhysicalToPixels(_imageSize, _screenDPI);