3 writes to _customLegends
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
406 _customLegends = new LegendItemsCollection(this); 421_customLegends = new LegendItemsCollection(this); 4824_customLegends = null;
4 references to _customLegends
System.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (4)
2292 foreach(LegendItem item in this._customLegends) 3662 return _customLegends; 4821if (_customLegends != null) 4823_customLegends.Dispose();