1 write to _columns
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
195
_columns
= value;
11 references to _columns
System.Windows.Forms (11)
System\Windows\Forms\Printing\PrintPreviewControl.cs (11)
190
get =>
_columns
;
213
value = Math.Min(value, _pageInfo.Length - (_rows *
_columns
));
492
double zoomX = ((double)controlPhysicalSize.Width - Border * (
_columns
+ 1)) / (
_columns
* pageSize.Width);
498
int virtualX = (_imageSize.Width *
_columns
) + Border * (
_columns
+ 1);
640
Rectangle[] pageRenderArea = new Rectangle[_rows *
_columns
];
652
for (int column = 0; column <
_columns
; column++)
654
int imageIndex = StartPage + column + row *
_columns
;
660
double zoomX = ((double)controlPhysicalSize.Width - Border * (
_columns
+ 1))
661
/ (
_columns
* pageSize.Width);