3 writes to _cells
System.Web.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.Web.DataVisualization (3)
Common\General\Legend.cs (3)
6000
return this.
_cells
;
6271
if (
_cells
!= null)
6273
_cells
.Dispose();