4 references to MapPath
System.Web.DataVisualization (4)
Common\General\Chart.cs (1)
3541this.Common.Chart.Page.MapPath(url),
Common\Utilities\ImageLoader.cs (1)
191image = LoadFromFile(control.Page.MapPath(imageURL));
WebForm\ChartWebControl.cs (2)
680SaveImage(this.Page.MapPath(chartImage)); 888fileName = this.Page.MapPath(fileName);