1 write to _instructionTextStyle
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
1018_instructionTextStyle = new TableItemStyle();
7 references to _instructionTextStyle
System.Web (7)
UI\WebControls\CreateUserWizard.cs (7)
1017if (_instructionTextStyle == null) { 1020((IStateManager)_instructionTextStyle).TrackViewState(); 1023return _instructionTextStyle; 2819(_instructionTextStyle != null) ? ((IStateManager)_instructionTextStyle).SaveViewState() : null; 2954if (_instructionTextStyle != null) { 2955((IStateManager)_instructionTextStyle).TrackViewState();