1 write to _rows
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
176
_rows
= value;
10 references to _rows
System.Windows.Forms (10)
System\Windows\Forms\Printing\PrintPreviewControl.cs (10)
171
get =>
_rows
;
212
value = Math.Min(value, _pageInfo.Length - (
_rows
* _columns));
508
double zoomY = ((double)controlPhysicalSize.Height - Border * (
_rows
+ 1)) / (
_rows
* pageSize.Height);
514
int virtualY = (_imageSize.Height *
_rows
) + Border * (
_rows
+ 1);
655
Rectangle[] pageRenderArea = new Rectangle[
_rows
* _columns];
661
for (int row = 0; row <
_rows
; row++)
677
double zoomY = ((double)controlPhysicalSize.Height - Border * (
_rows
+ 1))
678
/ (
_rows
* pageSize.Height);