5 writes to StartPage
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (4)
967StartPage--; 1001StartPage++; 1008StartPage = 0; 1015StartPage = _pageInfo.Length;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
1188_previewControl.StartPage = pageNum;
14 references to StartPage
System.Windows.Forms (14)
System\Windows\Forms\Printing\PrintPreviewControl.cs (12)
223int oldValue = StartPage; 502Size pageSize = _pageInfo[StartPage].PhysicalSize; 521int oldStart = StartPage; 546if (oldStart != StartPage) 669int imageIndex = StartPage + column + row * _columns; 693pageRenderArea[imageIndex - StartPage] = new Rectangle(x, y, imagePixels.Width, imagePixels.Height); 694g.ExcludeClip(pageRenderArea[imageIndex - StartPage]); 704if (i + StartPage < pages.Length) 717if (pages[i + StartPage].Image is not null) 719g.DrawImage(pages[i + StartPage].Image, box); 965else if (StartPage > 0) 999else if (_pageInfo is not null && StartPage < _pageInfo.Length)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
1066_pageCounter.Value = _previewControl.StartPage + 1; 1195_pageCounter.Value = _previewControl.StartPage + 1;