9 writes to Underline
System.Web (9)
UI\WebControls\FontInfo.cs (2)
314
Underline
= f.Underline;
341
Underline
= f.Underline;
UI\WebControls\Menu.cs (1)
2079
_rootMenuItemStyle.Font.
Underline
= false;
UI\WebControls\MenuItemStyleCollection.cs (1)
23
style.Font.
Underline
= style.Font.Underline;
UI\WebControls\SiteMapPath.cs (2)
507
toStyle.Font.
Underline
= fromStyle.Font.Underline;
589
link.Font.
Underline
= style.Font.Underline;
UI\WebControls\SubMenuStyleCollection.cs (1)
23
style.Font.
Underline
= style.Font.Underline;
UI\WebControls\TreeNodeStyleCollection.cs (1)
23
style.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)
263
if (
Underline
== false)
314
Underline = f.
Underline
;
341
Underline = f.
Underline
;
UI\WebControls\FormView.cs (1)
2547
Font.
Underline
) {
UI\WebControls\HyperLinkStyle.cs (1)
129
if (font.
Underline
) {
UI\WebControls\MenuItemStyleCollection.cs (1)
23
style.Font.Underline = style.Font.
Underline
;
UI\WebControls\SiteMapPath.cs (2)
507
toStyle.Font.Underline = fromStyle.Font.
Underline
;
589
link.Font.Underline = style.Font.
Underline
;
UI\WebControls\Style.cs (1)
609
if (font.
Underline
) {
UI\WebControls\SubMenuStyleCollection.cs (1)
23
style.Font.Underline = style.Font.
Underline
;
UI\WebControls\TreeNodeStyleCollection.cs (1)
23
style.Font.Underline = style.Font.
Underline
;