2 writes to _mapAreas
System.Web.DataVisualization (2)
Common\General\Chart.cs (2)
1574 _mapAreas = new MapAreasCollection(); 3864_mapAreas = null;
10 references to _mapAreas
System.Web.DataVisualization (10)
Common\General\Chart.cs (10)
2432return _mapAreas; 3663for (int index = 0; index < _mapAreas.Count; index++) 3665if (!_mapAreas[index].IsCustom) 3667custCollection.Add(_mapAreas[index]); 3668_mapAreas.RemoveAt(index); 3680_mapAreas.Add(area); 3686foreach (MapArea area in _mapAreas) 3691if (_mapAreas.Count == 0) 3861if (_mapAreas != null) 3863_mapAreas.Dispose();