1 write to _staticSelectedStyle
System.Web (1)
UI\WebControls\Menu.cs (1)
1124_staticSelectedStyle = new MenuItemStyle();
19 references to _staticSelectedStyle
System.Web (19)
UI\WebControls\Menu.cs (12)
1123if (_staticSelectedStyle == null) { 1126((IStateManager)_staticSelectedStyle).TrackViewState(); 1129return _staticSelectedStyle; 1801containsClassName |= AppendCssClassName(builder, _staticSelectedStyle, hyperlink); 1990if (_staticSelectedStyle != null) { 1991TreeView.GetMergedStyle(selectedStyle, _staticSelectedStyle); 2321if (_staticSelectedStyle != null) { 2322_staticSelectedStyle.ResetCachedStyles(); 2378if (_staticSelectedStyle != null) { 2379state[2] = ((IStateManager)_staticSelectedStyle).SaveViewState(); 2511if (_staticSelectedStyle != null) { 2512((IStateManager)_staticSelectedStyle).TrackViewState();
UI\WebControls\MenuRendererClassic.cs (4)
79if (Menu._staticSelectedStyle != null) { 80Menu._staticSelectedStyle.HyperLinkStyle.DoNotRenderDefaults = true; 81RegisterStyle(Menu._staticSelectedStyle.HyperLinkStyle); 82RegisterStyle(Menu._staticSelectedStyle);
UI\WebControls\MenuRendererStandards.cs (3)
229.AddStyles(Menu._staticSelectedStyle); 230if (Menu._staticSelectedStyle != null) { 231styleBlockStyles.AddStyles(Menu._staticSelectedStyle.HyperLinkStyle);