5 writes to StartPage
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintPreviewControl.cs (4)
943StartPage--; 977StartPage++; 984StartPage = 0; 991StartPage = _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)
222int oldValue = StartPage; 481Size pageSize = _pageInfo[StartPage].PhysicalSize; 500int oldStart = StartPage; 525if (oldStart != StartPage) 648int imageIndex = StartPage + column + row * _columns; 672pageRenderArea[imageIndex - StartPage] = new Rectangle(x, y, imagePixels.Width, imagePixels.Height); 673g.ExcludeClip(pageRenderArea[imageIndex - StartPage]); 683if (i + StartPage < pages.Length) 693if (pages[i + StartPage].Image is not null) 695g.DrawImage(pages[i + StartPage].Image, box); 941else if (StartPage > 0) 975else 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;