1 write to _footerStyle
System.Web (1)
UI\WebParts\WebZone.cs (1)
148_footerStyle = new TitleStyle();
7 references to _footerStyle
System.Web (7)
UI\WebParts\WebZone.cs (7)
147if (_footerStyle == null) { 150((IStateManager)_footerStyle).TrackViewState(); 154return _footerStyle; 633myState[footerStyleIndex] = (_footerStyle != null) ? ((IStateManager)_footerStyle).SaveViewState() : null; 657if (_footerStyle != null) { 658((IStateManager) _footerStyle).TrackViewState();