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