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