4 writes to _numberOfCells
System.Web.DataVisualization (4)
Common\General\Legend.cs (4)
882 this._numberOfCells = -1; 2051 this._numberOfCells = this.CellColumns.Count; 2056 this._numberOfCells = Math.Max(this._numberOfCells, legendItem.Cells.Count); 2339 this._numberOfCells = -1;
3 references to _numberOfCells
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
2048 if(this._numberOfCells < 0) 2056 this._numberOfCells = Math.Max(this._numberOfCells, legendItem.Cells.Count); 2059 return this._numberOfCells;