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)
389get => _virtualSize; 626Math.Max(0, (rect.Width - _virtualSize.Width) / 2), 627Math.Max(0, (rect.Height - _virtualSize.Height) / 2)); 806virtualDimension: _virtualSize.Width, 833virtualDimension: _virtualSize.Height, 854bool horizontal = _virtualSize.Width > displaySize.Width && displaySize.Width > _vScrollBar.Width; 855bool vertical = _virtualSize.Height > displaySize.Height && displaySize.Height > _hScrollBar.Height; 859horizontal = _virtualSize.Width > (displaySize.Width - _vScrollBar.Width); 864vertical = _virtualSize.Height > (displaySize.Height - _hScrollBar.Height);