3 writes to _pageInfo
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintPreviewControl.cs (3)
525
_pageInfo
= [];
540
_pageInfo
= previewController.GetPreviewPageInfo();
575
_pageInfo
= null;
15 references to _pageInfo
System.Windows.Forms (15)
System\Windows\Forms\Printing\PrintPreviewControl.cs (15)
210
if (
_pageInfo
is not null)
212
value = Math.Min(value,
_pageInfo
.Length - (_rows * _columns));
372
if (
_pageInfo
is null ||
_pageInfo
.Length == 0)
378
if (
_pageInfo
is not null || _exceptionPrinting)
394
DrawPages(pevent.Graphics, InsideRectangle,
_pageInfo
, backBrush);
490
Debug.Assert(
_pageInfo
is not null, "Must call ComputePreview first");
492
if (
_pageInfo
.Length == 0)
502
Size pageSize =
_pageInfo
[StartPage].PhysicalSize;
541
Debug.Assert(
_pageInfo
is not null, $"{nameof(PreviewPrintController)} did not give us preview info.");
591
if (
_pageInfo
is null)
999
else if (
_pageInfo
is not null && StartPage <
_pageInfo
.Length)
1013
if (
_pageInfo
is not null && (keyData & Keys.Modifiers) == Keys.Control)
1015
StartPage =
_pageInfo
.Length;