1 write to _menuPopupStyle
System.Web (1)
UI\WebParts\WebPartZoneBase.cs (1)
527_menuPopupStyle = new WebPartMenuStyle();
8 references to _menuPopupStyle
System.Web (8)
UI\WebParts\WebPartZoneBase.cs (8)
526if (_menuPopupStyle == null) { 529((IStateManager)_menuPopupStyle).TrackViewState(); 533return _menuPopupStyle; 1500myState[menuPopupStyleIndex] = (_menuPopupStyle != null) ? ((IStateManager)_menuPopupStyle).SaveViewState() : null; 1549if (_menuPopupStyle != null) { 1550((IStateManager) _menuPopupStyle).TrackViewState(); 1710return _menuPopupStyle;