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