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)
482Size controlPhysicalSize = PixelsToPhysical(Size, _screenDPI); 494SetVirtualSizeNoInvalidate(PhysicalToPixels(new Size(virtualX, virtualY), _screenDPI)); 622Size controlPhysicalSize = PixelsToPhysical(rect.Size, _screenDPI); 631int borderPixelsX = PhysicalToPixels(Border, _screenDPI.X); 632int borderPixelsY = PhysicalToPixels(Border, _screenDPI.Y); 662Size imagePixels = PhysicalToPixels(_imageSize, _screenDPI);