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