4 instantiations of LegendItemsCollection
System.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (4)
406
_customLegends = new
LegendItemsCollection
(this);
407
legendItems = new
LegendItemsCollection
(this);
421
_customLegends = new
LegendItemsCollection
(this);
422
legendItems = new
LegendItemsCollection
(this);
3 references to LegendItemsCollection
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
246
private
LegendItemsCollection
_customLegends = null;
274
internal
LegendItemsCollection
legendItems = null;
3658
public
LegendItemsCollection
CustomItems