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