1 write to _columns
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
194
_columns
= value;
11 references to _columns
System.Windows.Forms (11)
System\Windows\Forms\Printing\PrintPreviewControl.cs (11)
189
get =>
_columns
;
212
value = Math.Min(value, _pageInfo.Length - (_rows *
_columns
));
507
double zoomX = ((double)controlPhysicalSize.Width - Border * (
_columns
+ 1)) / (
_columns
* pageSize.Width);
513
int virtualX = (_imageSize.Width *
_columns
) + Border * (
_columns
+ 1);
655
Rectangle[] pageRenderArea = new Rectangle[_rows *
_columns
];
667
for (int column = 0; column <
_columns
; column++)
669
int imageIndex = StartPage + column + row *
_columns
;
675
double zoomX = ((double)controlPhysicalSize.Width - Border * (
_columns
+ 1))
676
/ (
_columns
* pageSize.Width);