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)
210if (_pageInfo is not null) 212value = Math.Min(value, _pageInfo.Length - (_rows * _columns)); 372if (_pageInfo is null || _pageInfo.Length == 0) 378if (_pageInfo is not null || _exceptionPrinting) 394DrawPages(pevent.Graphics, InsideRectangle, _pageInfo, backBrush); 490Debug.Assert(_pageInfo is not null, "Must call ComputePreview first"); 492if (_pageInfo.Length == 0) 502Size pageSize = _pageInfo[StartPage].PhysicalSize; 541Debug.Assert(_pageInfo is not null, $"{nameof(PreviewPrintController)} did not give us preview info."); 591if (_pageInfo is null) 999else if (_pageInfo is not null && StartPage < _pageInfo.Length) 1013if (_pageInfo is not null && (keyData & Keys.Modifiers) == Keys.Control) 1015StartPage = _pageInfo.Length;