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