5 references to InsideRectangle
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (5)
359
Rectangle rect =
InsideRectangle
;
379
DrawPages(pevent.Graphics,
InsideRectangle
, _pageInfo, backBrush);
423
internal double VerticalViewSize =>
InsideRectangle
.Height * 100.0 / VirtualSize.Height;
428
internal double HorizontalViewSize =>
InsideRectangle
.Width * 100.0 / VirtualSize.Width;
902
Invalidate(
InsideRectangle
);