1 instantiation of CustomImageControl
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
596CustomImageControl htmlImage = new CustomImageControl();
6 references to CustomImageControl
System.Web.DataVisualization (6)
WebForm\ChartWebControl.cs (6)
556/// Initializes a new instance of the <see cref="CustomImageControl"/> class. 594private CustomImageControl BuildImageControl(string chartImageSrc, bool addGuidParameter) 596CustomImageControl htmlImage = new CustomImageControl(); 645using (CustomImageControl imageControl = this.BuildImageControl("file://" + _designTimeChart, false)) 683using (CustomImageControl imageControl = this.BuildImageControl(chartImage, _addGuidParam)) 697using (CustomImageControl imageControl = this.BuildImageControl(chartImage, _addGuidParam))