3 references to Shape
System.Web (2)
UI\HTMLTextWriter.cs (1)
272RegisterAttribute("shape", HtmlTextWriterAttribute.Shape, false);
UI\WebControls\ImageMap.cs (1)
204writer.AddAttribute(HtmlTextWriterAttribute.Shape, item.MarkupName, false);
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
463writer.AddAttribute(HtmlTextWriterAttribute.Shape, this.GetShapeName(), false);