9 writes to Underline
System.Web (9)
UI\WebControls\FontInfo.cs (2)
314Underline = f.Underline; 341Underline = f.Underline;
UI\WebControls\Menu.cs (1)
2079_rootMenuItemStyle.Font.Underline = false;
UI\WebControls\MenuItemStyleCollection.cs (1)
23style.Font.Underline = style.Font.Underline;
UI\WebControls\SiteMapPath.cs (2)
507toStyle.Font.Underline = fromStyle.Font.Underline; 589link.Font.Underline = style.Font.Underline;
UI\WebControls\SubMenuStyleCollection.cs (1)
23style.Font.Underline = style.Font.Underline;
UI\WebControls\TreeNodeStyleCollection.cs (1)
23style.Font.Underline = style.Font.Underline;
UI\WebControls\TreeView.cs (1)
995_baseNodeStyle.Font.Underline = false;
11 references to Underline
System.Web (11)
UI\WebControls\FontInfo.cs (3)
263if (Underline == false) 314Underline = f.Underline; 341Underline = f.Underline;
UI\WebControls\FormView.cs (1)
2547Font.Underline) {
UI\WebControls\HyperLinkStyle.cs (1)
129if (font.Underline) {
UI\WebControls\MenuItemStyleCollection.cs (1)
23style.Font.Underline = style.Font.Underline;
UI\WebControls\SiteMapPath.cs (2)
507toStyle.Font.Underline = fromStyle.Font.Underline; 589link.Font.Underline = style.Font.Underline;
UI\WebControls\Style.cs (1)
609if (font.Underline) {
UI\WebControls\SubMenuStyleCollection.cs (1)
23style.Font.Underline = style.Font.Underline;
UI\WebControls\TreeNodeStyleCollection.cs (1)
23style.Font.Underline = style.Font.Underline;