4 references to PreviewPageInfo
System.Drawing (1)
System.Drawing.cs (1)
117[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.PreviewPageInfo))]
System.Drawing.Common (1)
Special\NotSupported.cs (1)
2936public System.Drawing.Printing.PreviewPageInfo[] GetPreviewPageInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
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)