5 references to BackgroundImage
System.Web (5)
UI\CssTextWriter.cs (1)
31RegisterAttribute("background-image", HtmlTextWriterStyle.BackgroundImage, true, true);
UI\Html32TextWriter.cs (1)
421case HtmlTextWriterStyle.BackgroundImage :
UI\WebControls\Panel.cs (1)
259writer.AddStyleAttribute(HtmlTextWriterStyle.BackgroundImage, "url(" + ResolveClientUrl(s) + ")");
UI\WebControls\TableStyle.cs (1)
287attributes.Add(HtmlTextWriterStyle.BackgroundImage, s);
UI\WebParts\WebZone.cs (1)
370writer.AddStyleAttribute(HtmlTextWriterStyle.BackgroundImage,"url(" + ResolveClientUrl(backImageUrl) + ")");