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)
2936
public System.Drawing.Printing.
PreviewPageInfo
[] GetPreviewPageInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
29
private
PreviewPageInfo
[]? _pageInfo; // null if needs refreshing
614
private void DrawPages(Graphics g, Rectangle rect,
PreviewPageInfo
[] pages, Brush backBrush)