7 references to registeredChartTypes
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\ChartTypeRegistry.cs (6)
169 if(registeredChartTypes.Contains(name)) 172 if(registeredChartTypes[name].GetType() == chartType) 198 registeredChartTypes[name] = chartType; 219 if(!registeredChartTypes.Contains(name)) 229 ((Type)registeredChartTypes[name]).Assembly. 230 CreateInstance(((Type)registeredChartTypes[name]).ToString());
Common\Converters\DataManagerConverters.cs (1)
343 foreach(Object obj in registry.registeredChartTypes.Keys)