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