3 writes to _zoom
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintPreviewControl.cs (3)
142
_zoom
= value;
509
_zoom
= Math.Min(zoomX, zoomY);
679
_zoom
= Math.Min(zoomX, zoomY);
5 references to _zoom
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (5)
133
get =>
_zoom
;
512
_imageSize = new Size((int)(
_zoom
* pageSize.Width), (int)(
_zoom
* pageSize.Height));
682
_imageSize = new Size((int)(
_zoom
* pageSize.Width), (int)(
_zoom
* pageSize.Height));