1 write to _staticItemStyle
System.Web (1)
UI\WebControls\Menu.cs (1)
1046_staticItemStyle = new MenuItemStyle();
21 references to _staticItemStyle
System.Web (21)
UI\WebControls\Menu.cs (12)
1045if (_staticItemStyle == null) { 1048((IStateManager)_staticItemStyle).TrackViewState(); 1051return _staticItemStyle; 1779containsClassName |= AppendCssClassName(builder, _staticItemStyle, hyperlink); 1973if (_staticItemStyle != null) { 1974TreeView.GetMergedStyle(typedStyle, _staticItemStyle); 2315if (_staticItemStyle != null) { 2316_staticItemStyle.ResetCachedStyles(); 2373if (_staticItemStyle != null) { 2374state[1] = ((IStateManager)_staticItemStyle).SaveViewState(); 2508if (_staticItemStyle != null) { 2509((IStateManager)_staticItemStyle).TrackViewState();
UI\WebControls\MenuRendererClassic.cs (4)
52if (Menu._staticItemStyle != null) { 53Menu._staticItemStyle.HyperLinkStyle.DoNotRenderDefaults = true; 54RegisterStyle(Menu._staticItemStyle.HyperLinkStyle); 55RegisterStyle(Menu._staticItemStyle);
UI\WebControls\MenuRendererStandards.cs (5)
157((Menu._staticItemStyle == null) || (Menu._staticItemStyle.HorizontalPadding.IsEmpty))) { 161menuItemStatic.AddStyles(Menu._staticItemStyle); 163if (Menu._staticItemStyle != null) { 164menuItemStatic.AddStyles(Menu._staticItemStyle.HyperLinkStyle);