1 write to _rows
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
177
_rows
= value;
10 references to _rows
System.Windows.Forms (10)
System\Windows\Forms\Printing\PrintPreviewControl.cs (10)
172
get =>
_rows
;
213
value = Math.Min(value, _pageInfo.Length - (
_rows
* _columns));
493
double zoomY = ((double)controlPhysicalSize.Height - Border * (
_rows
+ 1)) / (
_rows
* pageSize.Height);
499
int virtualY = (_imageSize.Height *
_rows
) + Border * (
_rows
+ 1);
640
Rectangle[] pageRenderArea = new Rectangle[
_rows
* _columns];
646
for (int row = 0; row <
_rows
; row++)
662
double zoomY = ((double)controlPhysicalSize.Height - Border * (
_rows
+ 1))
663
/ (
_rows
* pageSize.Height);