3 references to Coords
System.Web (2)
UI\HTMLTextWriter.cs (1)
250RegisterAttribute("coords", HtmlTextWriterAttribute.Coords, false);
UI\WebControls\ImageMap.cs (1)
205writer.AddAttribute(HtmlTextWriterAttribute.Coords, item.GetCoordinates());
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
464writer.AddAttribute(HtmlTextWriterAttribute.Coords, this.GetCoordinates(chart.chartPicture.ChartGraph));