3 writes to _cells
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
5246 this._cells = new LegendCellCollection(this); 5264 this._cells = new LegendCellCollection(this); 6274_cells = null;
3 references to _cells
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
6000 return this._cells; 6271if (_cells != null) 6273_cells.Dispose();