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