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)
785return _rootMenuItemStyle; 2071if (_rootMenuItemStyle == null) { 2073_rootMenuItemStyle.Font.CopyFrom(Font); 2075_rootMenuItemStyle.ForeColor = ForeColor; 2079_rootMenuItemStyle.Font.Underline = false;