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)
470
if (
_menuLabelStyle
== null) {
473
((IStateManager)
_menuLabelStyle
).TrackViewState();
477
return
_menuLabelStyle
;
1501
myState[menuLabelStyleIndex] = (
_menuLabelStyle
!= null) ? ((IStateManager)
_menuLabelStyle
).SaveViewState() : null;
1552
if (
_menuLabelStyle
!= null) {
1553
((IStateManager)
_menuLabelStyle
).TrackViewState();