3 references to controlStyleIndex
System.Web (3)
UI\WebParts\WebPartZoneBase.cs (3)
971if (myState[controlStyleIndex] != null) { 972((IStateManager) ControlStyle).LoadViewState(myState[controlStyleIndex]); 1506myState[controlStyleIndex] = ControlStyleCreated ? ((IStateManager)ControlStyle).SaveViewState() : null;