10 references to FontSize
System.Web (10)
UI\CssTextWriter.cs (1)
42
RegisterAttribute("font-size", HtmlTextWriterStyle.
FontSize
);
UI\Html32TextWriter.cs (2)
306
case HtmlTextWriterStyle.
FontSize
:
342
case HtmlTextWriterStyle.
FontSize
:
UI\WebControls\Adapters\MenuAdapter.cs (1)
573
writer.AddStyleAttribute(HtmlTextWriterStyle.
FontSize
, "1em");
UI\WebControls\HyperLinkStyle.cs (1)
105
attributes.Add(HtmlTextWriterStyle.
FontSize
, fu.ToString(CultureInfo.InvariantCulture));
UI\WebControls\MenuItem.cs (1)
908
writer.AddStyleAttribute(HtmlTextWriterStyle.
FontSize
, "1em");
UI\WebControls\Style.cs (1)
584
attributes.Add(HtmlTextWriterStyle.
FontSize
, fu.ToString(CultureInfo.InvariantCulture));
UI\WebControls\TreeNode.cs (1)
1455
writer.AddStyleAttribute(HtmlTextWriterStyle.
FontSize
, "1em");
UI\WebParts\WebPartMenu.cs (1)
185
writer.AddStyleAttribute(HtmlTextWriterStyle.
FontSize
, "8pt");
UI\WebParts\WebPartZoneBase.cs (1)
1349
writer.AddStyleAttribute(HtmlTextWriterStyle.
FontSize
, "0px");