3 writes to _pageInfo
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintPreviewControl.cs (3)
504_pageInfo = []; 519_pageInfo = previewController.GetPreviewPageInfo(); 554_pageInfo = null;
15 references to _pageInfo
System.Windows.Forms (15)
System\Windows\Forms\Printing\PrintPreviewControl.cs (15)
209if (_pageInfo is not null) 211value = Math.Min(value, _pageInfo.Length - (_rows * _columns)); 351if (_pageInfo is null || _pageInfo.Length == 0) 357if (_pageInfo is not null || _exceptionPrinting) 373DrawPages(pevent.Graphics, InsideRectangle, _pageInfo, backBrush); 469Debug.Assert(_pageInfo is not null, "Must call ComputePreview first"); 471if (_pageInfo.Length == 0) 481Size pageSize = _pageInfo[StartPage].PhysicalSize; 520Debug.Assert(_pageInfo is not null, $"{nameof(PreviewPrintController)} did not give us preview info."); 570if (_pageInfo is null) 975else if (_pageInfo is not null && StartPage < _pageInfo.Length) 989if (_pageInfo is not null && (keyData & Keys.Modifiers) == Keys.Control) 991StartPage = _pageInfo.Length;