1 write to _instructionTextStyle
System.Web (1)
UI\WebParts\ToolZone.cs (1)
175_instructionTextStyle = new Style();
7 references to _instructionTextStyle
System.Web (7)
UI\WebParts\ToolZone.cs (7)
174if (_instructionTextStyle == null) { 177((IStateManager)_instructionTextStyle).TrackViewState(); 181return _instructionTextStyle; 405myState[instructionTextStyleIndex] = (_instructionTextStyle != null) ? ((IStateManager)_instructionTextStyle).SaveViewState() : null; 430if (_instructionTextStyle != null) { 431((IStateManager) _instructionTextStyle).TrackViewState();