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)
526
if (
_menuPopupStyle
== null) {
529
((IStateManager)
_menuPopupStyle
).TrackViewState();
533
return
_menuPopupStyle
;
1500
myState[menuPopupStyleIndex] = (
_menuPopupStyle
!= null) ? ((IStateManager)
_menuPopupStyle
).SaveViewState() : null;
1549
if (
_menuPopupStyle
!= null) {
1550
((IStateManager)
_menuPopupStyle
).TrackViewState();
1710
return
_menuPopupStyle
;