3 writes to _zoom
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintPreviewControl.cs (3)
143
_zoom
= value;
494
_zoom
= Math.Min(zoomX, zoomY);
664
_zoom
= Math.Min(zoomX, zoomY);
5 references to _zoom
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (5)
134
get =>
_zoom
;
497
_imageSize = new Size((int)(
_zoom
* pageSize.Width), (int)(
_zoom
* pageSize.Height));
667
_imageSize = new Size((int)(
_zoom
* pageSize.Width), (int)(
_zoom
* pageSize.Height));