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)
147
if (
_footerStyle
== null) {
150
((IStateManager)
_footerStyle
).TrackViewState();
154
return
_footerStyle
;
633
myState[footerStyleIndex] = (
_footerStyle
!= null) ? ((IStateManager)
_footerStyle
).SaveViewState() : null;
657
if (
_footerStyle
!= null) {
658
((IStateManager)
_footerStyle
).TrackViewState();