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