3 writes to _zoom
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintPreviewControl.cs (3)
141
_zoom
= value;
488
_zoom
= Math.Min(zoomX, zoomY);
658
_zoom
= Math.Min(zoomX, zoomY);
5 references to _zoom
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (5)
132
get =>
_zoom
;
491
_imageSize = new Size((int)(
_zoom
* pageSize.Width), (int)(
_zoom
* pageSize.Height));
661
_imageSize = new Size((int)(
_zoom
* pageSize.Width), (int)(
_zoom
* pageSize.Height));