1 write to _failureTextStyle
System.Web (1)
UI\WebControls\PasswordRecovery.cs (1)
266_failureTextStyle = new ErrorTableItemStyle();
7 references to _failureTextStyle
System.Web (7)
UI\WebControls\PasswordRecovery.cs (7)
265if (_failureTextStyle == null) { 268((IStateManager)_failureTextStyle).TrackViewState(); 271return _failureTextStyle; 1666myState[7] = (_failureTextStyle != null) ? ((IStateManager)_failureTextStyle).SaveViewState() : null; 2209if (_failureTextStyle != null) { 2210((IStateManager)_failureTextStyle).TrackViewState();