1 write to rows
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
216rows = value;
10 references to rows
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (10)
209get { return rows;} 286value = Math.Min(value, pageInfo.Length - (rows * columns)); 437double zoomY = ((double) controlPhysicalSize.Height - border*(rows + 1)) / (rows*pageSize.Height); 443int virtualY = (imageSize.Height * rows) + border * (rows +1); 589Rectangle[] pageRenderArea = new Rectangle[rows * columns]; 594for (int row = 0; row < rows; row++) { 606double zoomY = ((double) controlPhysicalSize.Height - border*(rows + 1)) / (rows*pageSize.Height);