3 references to PreviewPageInfo
System.Drawing (1)
System.Drawing.cs (1)
117[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PreviewPageInfo))]
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
29private PreviewPageInfo[]? _pageInfo; // null if needs refreshing 614private void DrawPages(Graphics g, Rectangle rect, PreviewPageInfo[] pages, Brush backBrush)