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)
193
else if (control.IsDesignMode() && !String.IsNullOrEmpty(control.
webFormDocumentURL
))
196
Uri pageUri = new Uri(control.
webFormDocumentURL
);