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