11 references to BackgroundColor
System.Web (11)
UI\CssTextWriter.cs (1)
30
RegisterAttribute("background-color", HtmlTextWriterStyle.
BackgroundColor
);
UI\Html32TextWriter.cs (1)
404
case HtmlTextWriterStyle.
BackgroundColor
:
UI\WebControls\MenuItemStyle.cs (1)
171
attributes.Add(HtmlTextWriterStyle.
BackgroundColor
, ColorTranslator.ToHtml(c));
UI\WebControls\PopOutPanel.cs (4)
135
writer.AddStyleAttribute(HtmlTextWriterStyle.
BackgroundColor
, "white");
153
writer.AddStyleAttribute(HtmlTextWriterStyle.
BackgroundColor
, "white");
156
writer.AddStyleAttribute(HtmlTextWriterStyle.
BackgroundColor
, ColorTranslator.ToHtml(BackColor));
200
attributes.Add(HtmlTextWriterStyle.
BackgroundColor
, "white");
UI\WebControls\Style.cs (1)
540
attributes.Add(HtmlTextWriterStyle.
BackgroundColor
, ColorTranslator.ToHtml(c));
UI\WebControls\SubMenuStyle.cs (1)
127
attributes.Add(HtmlTextWriterStyle.
BackgroundColor
, ColorTranslator.ToHtml(c));
UI\WebControls\TreeNodeStyle.cs (1)
225
attributes.Add(HtmlTextWriterStyle.
BackgroundColor
, ColorTranslator.ToHtml(c));
UI\WebParts\WebPartZoneBase.cs (1)
1362
writer.AddStyleAttribute(HtmlTextWriterStyle.
BackgroundColor
, color);