3 writes to _pageInfo
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintPreviewControl.cs (3)
510
_pageInfo
= [];
525
_pageInfo
= previewController.GetPreviewPageInfo();
560
_pageInfo
= null;
15 references to _pageInfo
System.Windows.Forms (15)
System\Windows\Forms\Printing\PrintPreviewControl.cs (15)
211
if (
_pageInfo
is not null)
213
value = Math.Min(value,
_pageInfo
.Length - (_rows * _columns));
357
if (
_pageInfo
is null ||
_pageInfo
.Length == 0)
363
if (
_pageInfo
is not null || _exceptionPrinting)
379
DrawPages(pevent.Graphics, InsideRectangle,
_pageInfo
, backBrush);
475
Debug.Assert(
_pageInfo
is not null, "Must call ComputePreview first");
477
if (
_pageInfo
.Length == 0)
487
Size pageSize =
_pageInfo
[StartPage].PhysicalSize;
526
Debug.Assert(
_pageInfo
is not null, $"{nameof(PreviewPrintController)} did not give us preview info.");
576
if (
_pageInfo
is null)
981
else if (
_pageInfo
is not null && StartPage <
_pageInfo
.Length)
995
if (
_pageInfo
is not null && (keyData & Keys.Modifiers) == Keys.Control)
997
StartPage =
_pageInfo
.Length;