10 writes to _cellHeights
System.Windows.Forms.DataVisualization (10)
Common\General\Legend.cs (10)
692 out this._cellHeights, 879 this._cellHeights = null; 1308 out this._cellHeights, 1362 out this._cellHeights, 1446 out this._cellHeights, 1489 out this._cellHeights, 1560 out this._cellHeights, 1595 out this._cellHeights, 1624 out this._cellHeights, 2336 this._cellHeights = null;
6 references to _cellHeights
System.Windows.Forms.DataVisualization (6)
Common\General\Legend.cs (6)
813 cellPosition.Y += this._cellHeights[columnIndex, index]; 854 cellPosition.Height = this._cellHeights[columnIndex, rowIndex]; 1394 columnHeight += this._cellHeights[columnIndex, rowIndex]; 1407 totalHieghtOfItemInLastRow += this._cellHeights[columnIndex, this._numberOfRowsPerColumn[columnIndex] - 1]; 1537 nextColumnFirstItemHeight = this._cellHeights[columnIndex + 1, 0]; 1640 columnHeight += this._cellHeights[columnIndex, rowIndex];