5 references to Color
System.Web (5)
UI\CssTextWriter.cs (1)
36RegisterAttribute("color", HtmlTextWriterStyle.Color);
UI\Html32TextWriter.cs (2)
302case HtmlTextWriterStyle.Color: 339case HtmlTextWriterStyle.Color:
UI\WebControls\HyperLinkStyle.cs (1)
87attributes.Add(HtmlTextWriterStyle.Color, ColorTranslator.ToHtml(c));
UI\WebControls\Style.cs (1)
532attributes.Add(HtmlTextWriterStyle.Color, ColorTranslator.ToHtml(c));