3 references to webFormDocumentURL
System.Web.DataVisualization (3)
Common\General\Chart.cs (1)
3586 string webFormUrl = this.Common.Chart.webFormDocumentURL;
Common\Utilities\ImageLoader.cs (2)
193else if (control.IsDesignMode() && !String.IsNullOrEmpty(control.webFormDocumentURL)) 196Uri pageUri = new Uri(control.webFormDocumentURL);