6 writes to _numberOfRowsPerColumn
System.Windows.Forms.DataVisualization (6)
Common\General\Legend.cs (6)
542 out this._numberOfRowsPerColumn, 603 out this._numberOfRowsPerColumn, 659 out this._numberOfRowsPerColumn, 878 this._numberOfRowsPerColumn = null; 983 out this._numberOfRowsPerColumn, 2335 this._numberOfRowsPerColumn = null;
14 references to _numberOfRowsPerColumn
System.Windows.Forms.DataVisualization (14)
Common\General\Legend.cs (14)
563 itemsFit += this._numberOfRowsPerColumn[index]; 614 itemsFit += this._numberOfRowsPerColumn[index]; 632 Math.Min(this._numberOfLegendItemsToProcess, this._numberOfRowsPerColumn[0]); 690 this._numberOfRowsPerColumn, 780 if(currentRow >= this._numberOfRowsPerColumn[currentColumn]) 992 itemsFit += this._numberOfRowsPerColumn[index]; 1392 for(int rowIndex = 0; rowIndex < this._numberOfRowsPerColumn[columnIndex] - 1; rowIndex++) 1405 if(this._numberOfRowsPerColumn[columnIndex] > 1) 1407 totalHieghtOfItemInLastRow += this._cellHeights[columnIndex, this._numberOfRowsPerColumn[columnIndex] - 1]; 1424 if(this._numberOfRowsPerColumn[columnIndex] > 1) 1426 --this._numberOfRowsPerColumn[columnIndex]; 1435 this._numberOfRowsPerColumn[columnNumber - 1] += itemsToAdd; 1638 for(int rowIndex = 0; rowIndex < this._numberOfRowsPerColumn[columnIndex]; rowIndex++) 1664 return this.GetMaximumNumberOfRows(this._numberOfRowsPerColumn);