1 write to _validatorTextStyle
System.Web (1)
UI\WebControls\PasswordRecovery.cs (1)
1019
_validatorTextStyle
= new ErrorStyle();
11 references to _validatorTextStyle
System.Web (11)
UI\WebControls\PasswordRecovery.cs (11)
1018
if (
_validatorTextStyle
== null) {
1021
((IStateManager)
_validatorTextStyle
).TrackViewState();
1024
return
_validatorTextStyle
;
1669
myState[10] = (
_validatorTextStyle
!= null) ? ((IStateManager)
_validatorTextStyle
).SaveViewState() : null;
1881
if (
_validatorTextStyle
!= null) {
1882
answerRequired.ApplyStyle(
_validatorTextStyle
);
2080
if (
_validatorTextStyle
!= null) {
2081
userNameRequired.ApplyStyle(
_validatorTextStyle
);
2218
if (
_validatorTextStyle
!= null) {
2219
((IStateManager)
_validatorTextStyle
).TrackViewState();