5 references to InsideRectangle
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (5)
353
Rectangle rect =
InsideRectangle
;
373
DrawPages(pevent.Graphics,
InsideRectangle
, _pageInfo, backBrush);
417
internal double VerticalViewSize =>
InsideRectangle
.Height * 100.0 / VirtualSize.Height;
422
internal double HorizontalViewSize =>
InsideRectangle
.Width * 100.0 / VirtualSize.Width;
896
Invalidate(
InsideRectangle
);