6 references to _createdChartTypes
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\ChartTypeRegistry.cs (6)
225 if(!_createdChartTypes.Contains(name)) 228 _createdChartTypes[name] = 233 return (IChartType)_createdChartTypes[name]; 265foreach (string name in this._createdChartTypes.Keys) 267IChartType chartType = (IChartType)_createdChartTypes[name]; 270this._createdChartTypes.Clear();