1 write to _virtualSize
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
783
_virtualSize
= value;
9 references to _virtualSize
System.Windows.Forms (9)
System\Windows\Forms\Printing\PrintPreviewControl.cs (9)
395
get =>
_virtualSize
;
632
Math.Max(0, (rect.Width -
_virtualSize
.Width) / 2),
633
Math.Max(0, (rect.Height -
_virtualSize
.Height) / 2));
812
virtualDimension:
_virtualSize
.Width,
839
virtualDimension:
_virtualSize
.Height,
860
bool horizontal =
_virtualSize
.Width > displaySize.Width && displaySize.Width > _vScrollBar.Width;
861
bool vertical =
_virtualSize
.Height > displaySize.Height && displaySize.Height > _hScrollBar.Height;
865
horizontal =
_virtualSize
.Width > (displaySize.Width - _vScrollBar.Width);
870
vertical =
_virtualSize
.Height > (displaySize.Height - _hScrollBar.Height);