1 write to _rootMenuItemStyle
System.Web (1)
UI\WebControls\Menu.cs (1)
2072
_rootMenuItemStyle
= new Style();
5 references to _rootMenuItemStyle
System.Web (5)
UI\WebControls\Menu.cs (5)
785
return
_rootMenuItemStyle
;
2071
if (
_rootMenuItemStyle
== null) {
2073
_rootMenuItemStyle
.Font.CopyFrom(Font);
2075
_rootMenuItemStyle
.ForeColor = ForeColor;
2079
_rootMenuItemStyle
.Font.Underline = false;