3 references to footerStyleIndex
System.Web (3)
UI\WebParts\WebZone.cs (3)
507if (myState[footerStyleIndex] != null) { 508((IStateManager) FooterStyle).LoadViewState(myState[footerStyleIndex]); 633myState[footerStyleIndex] = (_footerStyle != null) ? ((IStateManager)_footerStyle).SaveViewState() : null;