1 write to _labelStyle
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
1122_labelStyle = new TableItemStyle();
7 references to _labelStyle
System.Web (7)
UI\WebControls\CreateUserWizard.cs (7)
1121if (_labelStyle == null) { 1124((IStateManager)_labelStyle).TrackViewState(); 1127return _labelStyle; 2815myState[2] = (_labelStyle != null) ? ((IStateManager)_labelStyle).SaveViewState() : null; 2945if (_labelStyle != null) { 2946((IStateManager)_labelStyle).TrackViewState();