1 write to _menuLabelStyle
System.Web (1)
UI\WebParts\WebPartZoneBase.cs (1)
471_menuLabelStyle = new Style();
7 references to _menuLabelStyle
System.Web (7)
UI\WebParts\WebPartZoneBase.cs (7)
470if (_menuLabelStyle == null) { 473((IStateManager)_menuLabelStyle).TrackViewState(); 477return _menuLabelStyle; 1501myState[menuLabelStyleIndex] = (_menuLabelStyle != null) ? ((IStateManager)_menuLabelStyle).SaveViewState() : null; 1552if (_menuLabelStyle != null) { 1553((IStateManager) _menuLabelStyle).TrackViewState();