1 write to _virtualSize
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
801_virtualSize = value;
9 references to _virtualSize
System.Windows.Forms (9)
System\Windows\Forms\Printing\PrintPreviewControl.cs (9)
410get => _virtualSize; 647Math.Max(0, (rect.Width - _virtualSize.Width) / 2), 648Math.Max(0, (rect.Height - _virtualSize.Height) / 2)); 830virtualDimension: _virtualSize.Width, 857virtualDimension: _virtualSize.Height, 878bool horizontal = _virtualSize.Width > displaySize.Width && displaySize.Width > _vScrollBar.Width; 879bool vertical = _virtualSize.Height > displaySize.Height && displaySize.Height > _hScrollBar.Height; 883horizontal = _virtualSize.Width > (displaySize.Width - _vScrollBar.Width); 888vertical = _virtualSize.Height > (displaySize.Height - _hScrollBar.Height);