6 references to Margin
System.Web (6)
UI\CssTextWriter.cs (1)
50RegisterAttribute("margin", HtmlTextWriterStyle.Margin);
UI\WebControls\MenuRendererStandards.cs (1)
116.AddStyle(HtmlTextWriterStyle.Margin, "0")
UI\WebParts\CatalogZoneBase.cs (1)
644writer.AddStyleAttribute(HtmlTextWriterStyle.Margin, "4px");
UI\WebParts\ToolZone.cs (1)
281writer.AddStyleAttribute(HtmlTextWriterStyle.Margin, "4px");
UI\WebParts\WebPartZoneBase.cs (2)
1353writer.AddStyleAttribute(HtmlTextWriterStyle.Margin, "2px 0px 2px 0px"); 1358writer.AddStyleAttribute(HtmlTextWriterStyle.Margin, "0px 2px 0px 2px");