1 write to _virtualSize
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
777
_virtualSize
= value;
9 references to _virtualSize
System.Windows.Forms (9)
System\Windows\Forms\Printing\PrintPreviewControl.cs (9)
389
get =>
_virtualSize
;
626
Math.Max(0, (rect.Width -
_virtualSize
.Width) / 2),
627
Math.Max(0, (rect.Height -
_virtualSize
.Height) / 2));
806
virtualDimension:
_virtualSize
.Width,
833
virtualDimension:
_virtualSize
.Height,
854
bool horizontal =
_virtualSize
.Width > displaySize.Width && displaySize.Width > _vScrollBar.Width;
855
bool vertical =
_virtualSize
.Height > displaySize.Height && displaySize.Height > _hScrollBar.Height;
859
horizontal =
_virtualSize
.Width > (displaySize.Width - _vScrollBar.Width);
864
vertical =
_virtualSize
.Height > (displaySize.Height - _hScrollBar.Height);