3 references to instructionTextStyleIndex
System.Web (3)
UI\WebParts\ToolZone.cs (3)
245
if (myState[
instructionTextStyleIndex
] != null) {
246
((IStateManager) InstructionTextStyle).LoadViewState(myState[
instructionTextStyleIndex
]);
405
myState[
instructionTextStyleIndex
] = (_instructionTextStyle != null) ? ((IStateManager)_instructionTextStyle).SaveViewState() : null;