3 writes to zoom
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
356
zoom
= value;
438
zoom
= Math.Min(zoomX, zoomY);
607
zoom
= Math.Min(zoomX, zoomY);
5 references to zoom
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (5)
351
get { return
zoom
;}
441
imageSize = new Size((int) (
zoom
*pageSize.Width), (int) (
zoom
*pageSize.Height));
610
imageSize = new Size((int) (
zoom
*pageSize.Width), (int) (
zoom
*pageSize.Height));