3 references to emptyZoneTextStyleIndex
System.Web (3)
UI\WebParts\WebZone.cs (3)
504if (myState[emptyZoneTextStyleIndex] != null) { 505((IStateManager) EmptyZoneTextStyle).LoadViewState(myState[emptyZoneTextStyleIndex]); 632myState[emptyZoneTextStyleIndex] = (_emptyZoneTextStyle != null) ? ((IStateManager)_emptyZoneTextStyle).SaveViewState() : null;