3 references to Usemap
System.Web (2)
UI\HTMLTextWriter.cs (1)
280
RegisterAttribute("usemap", HtmlTextWriterAttribute.
Usemap
, false);
UI\WebControls\ImageMap.cs (1)
134
writer.AddAttribute(HtmlTextWriterAttribute.
Usemap
, "#ImageMap" + ClientID, false);
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
579
writer.AddAttribute(HtmlTextWriterAttribute.
Usemap
, "#"+this.ClientID+"ImageMap", false);