1 write to _validatorTextStyle
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
1568
_validatorTextStyle
= new ErrorStyle();
16 references to _validatorTextStyle
System.Web (16)
UI\WebControls\ChangePassword.cs (16)
1567
if (
_validatorTextStyle
== null) {
1570
((IStateManager)
_validatorTextStyle
).TrackViewState();
1573
return
_validatorTextStyle
;
2144
myState[13] = (
_validatorTextStyle
!= null) ? ((IStateManager)
_validatorTextStyle
).SaveViewState() : null;
2283
if (
_validatorTextStyle
!= null) {
2284
userNameRequired.ApplyStyle(
_validatorTextStyle
);
2310
if (
_validatorTextStyle
!= null) {
2311
passwordRequired.ApplyStyle(
_validatorTextStyle
);
2312
newPasswordRequired.ApplyStyle(
_validatorTextStyle
);
2313
confirmNewPasswordRequired.ApplyStyle(
_validatorTextStyle
);
2314
newPasswordCompareValidator.ApplyStyle(
_validatorTextStyle
);
2321
if (
_validatorTextStyle
!= null) {
2322
regExpValidator.ApplyStyle(
_validatorTextStyle
);
2625
if (
_validatorTextStyle
!= null) {
2626
((IStateManager)
_validatorTextStyle
).TrackViewState();