2 references to VirtualSize
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
423internal double VerticalViewSize => InsideRectangle.Height * 100.0 / VirtualSize.Height; 428internal double HorizontalViewSize => InsideRectangle.Width * 100.0 / VirtualSize.Width;