1 write to _columns
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
193
_columns
= value;
11 references to _columns
System.Windows.Forms (11)
System\Windows\Forms\Printing\PrintPreviewControl.cs (11)
188
get =>
_columns
;
211
value = Math.Min(value, _pageInfo.Length - (_rows *
_columns
));
486
double zoomX = ((double)controlPhysicalSize.Width - Border * (
_columns
+ 1)) / (
_columns
* pageSize.Width);
492
int virtualX = (_imageSize.Width *
_columns
) + Border * (
_columns
+ 1);
634
Rectangle[] pageRenderArea = new Rectangle[_rows *
_columns
];
646
for (int column = 0; column <
_columns
; column++)
648
int imageIndex = StartPage + column + row *
_columns
;
654
double zoomX = ((double)controlPhysicalSize.Width - Border * (
_columns
+ 1))
655
/ (
_columns
* pageSize.Width);