7 references to FontWeight
System.Web (7)
UI\CssTextWriter.cs (1)
45
RegisterAttribute("font-weight", HtmlTextWriterStyle.
FontWeight
);
UI\Html32TextWriter.cs (2)
311
case HtmlTextWriterStyle.
FontWeight
:
345
case HtmlTextWriterStyle.
FontWeight
:
UI\WebControls\HyperLinkStyle.cs (2)
111
attributes.Add(HtmlTextWriterStyle.
FontWeight
, "bold");
114
attributes.Add(HtmlTextWriterStyle.
FontWeight
, "normal");
UI\WebControls\Style.cs (2)
590
attributes.Add(HtmlTextWriterStyle.
FontWeight
, "bold");
593
attributes.Add(HtmlTextWriterStyle.
FontWeight
, "normal");