1 write to _rows
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
175
_rows
= value;
10 references to _rows
System.Windows.Forms (10)
System\Windows\Forms\Printing\PrintPreviewControl.cs (10)
170
get =>
_rows
;
211
value = Math.Min(value, _pageInfo.Length - (
_rows
* _columns));
487
double zoomY = ((double)controlPhysicalSize.Height - Border * (
_rows
+ 1)) / (
_rows
* pageSize.Height);
493
int virtualY = (_imageSize.Height *
_rows
) + Border * (
_rows
+ 1);
634
Rectangle[] pageRenderArea = new Rectangle[
_rows
* _columns];
640
for (int row = 0; row <
_rows
; row++)
656
double zoomY = ((double)controlPhysicalSize.Height - Border * (
_rows
+ 1))
657
/ (
_rows
* pageSize.Height);