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