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