7 references to FontStyle
System.Web (7)
UI\CssTextWriter.cs (1)
43
RegisterAttribute("font-style", HtmlTextWriterStyle.
FontStyle
);
UI\Html32TextWriter.cs (2)
316
case HtmlTextWriterStyle.
FontStyle
:
350
case HtmlTextWriterStyle.
FontStyle
:
UI\WebControls\HyperLinkStyle.cs (2)
121
attributes.Add(HtmlTextWriterStyle.
FontStyle
, "italic");
124
attributes.Add(HtmlTextWriterStyle.
FontStyle
, "normal");
UI\WebControls\Style.cs (2)
600
attributes.Add(HtmlTextWriterStyle.
FontStyle
, "italic");
603
attributes.Add(HtmlTextWriterStyle.
FontStyle
, "normal");