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