1 write to container
System.Windows.Forms.DataVisualization (1)
Common\General\CommonElements.cs (1)
263 this.container = container;
10 references to container
System.Windows.Forms.DataVisualization (10)
Common\Converters\CustomAttributesConverters.cs (1)
194 CustomPropertyRegistry registry = (CustomPropertyRegistry)series.Common.container.GetService(typeof(CustomPropertyRegistry));
Common\DataManager\DataPoint.cs (1)
6975CustomPropertyRegistry registry = (CustomPropertyRegistry)this.DataPointCustomProperties.Common.container.GetService(typeof(CustomPropertyRegistry));
Common\General\Chart.cs (1)
3475ChartSerializer serializer = (ChartSerializer)this.Common.container.GetService(typeof(ChartSerializer));
Common\General\CommonElements.cs (7)
103 return (DataManager)container.GetService(typeof(DataManager)); 158 return (ImageLoader)container.GetService(typeof(ImageLoader)); 170_chart = (Chart)container.GetService(typeof(Chart)); 182 return (ChartTypeRegistry)container.GetService(typeof(ChartTypeRegistry)); 193 return (BorderTypeRegistry)container.GetService(typeof(BorderTypeRegistry)); 204 return (FormulaRegistry)container.GetService(typeof(FormulaRegistry)); 218_chartPicture = (ChartImage)container.GetService(typeof(ChartImage));