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)
395get => _virtualSize; 632Math.Max(0, (rect.Width - _virtualSize.Width) / 2), 633Math.Max(0, (rect.Height - _virtualSize.Height) / 2)); 812virtualDimension: _virtualSize.Width, 839virtualDimension: _virtualSize.Height, 860bool horizontal = _virtualSize.Width > displaySize.Width && displaySize.Width > _vScrollBar.Width; 861bool vertical = _virtualSize.Height > displaySize.Height && displaySize.Height > _hScrollBar.Height; 865horizontal = _virtualSize.Width > (displaySize.Width - _vScrollBar.Width); 870vertical = _virtualSize.Height > (displaySize.Height - _hScrollBar.Height);