1 write to virtualSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
761virtualSize = value;
10 references to virtualSize
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (10)
332get { return virtualSize;} 733int maxPos = Math.Max(Width, virtualSize.Width /*- Width*/); 743position.X = Math.Min(position.X, virtualSize.Width - Width); 744position.Y = Math.Min(position.Y, virtualSize.Height - Height); 767info.nMax = Math.Max(Height, virtualSize.Height) - 1; 773info.nMax = Math.Max(Width, virtualSize.Width) - 1; 796int maxPos = Math.Max(Height, virtualSize.Height/* - Height*/); 839maxPos = Math.Max(Width, virtualSize.Width /*- Width*/); 878maxPos = Math.Max(Height, virtualSize.Height/* - Height*/); 903maxPos = Math.Max(Width, virtualSize.Width /*- Width*/);