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)
211if (_pageInfo is not null) 213value = Math.Min(value, _pageInfo.Length - (_rows * _columns)); 357if (_pageInfo is null || _pageInfo.Length == 0) 363if (_pageInfo is not null || _exceptionPrinting) 379DrawPages(pevent.Graphics, InsideRectangle, _pageInfo, backBrush); 475Debug.Assert(_pageInfo is not null, "Must call ComputePreview first"); 477if (_pageInfo.Length == 0) 487Size pageSize = _pageInfo[StartPage].PhysicalSize; 526Debug.Assert(_pageInfo is not null, $"{nameof(PreviewPrintController)} did not give us preview info."); 576if (_pageInfo is null) 981else if (_pageInfo is not null && StartPage < _pageInfo.Length) 995if (_pageInfo is not null && (keyData & Keys.Modifiers) == Keys.Control) 997StartPage = _pageInfo.Length;