1 write to _validatorTextStyle
System.Web (1)
UI\WebControls\login.cs (1)
978
_validatorTextStyle
= new ErrorStyle();
11 references to _validatorTextStyle
System.Web (11)
UI\WebControls\login.cs (11)
977
if (
_validatorTextStyle
== null) {
980
((IStateManager)
_validatorTextStyle
).TrackViewState();
983
return
_validatorTextStyle
;
1398
myState[9] = (
_validatorTextStyle
!= null) ? ((IStateManager)
_validatorTextStyle
).SaveViewState() : null;
1506
if (
_validatorTextStyle
!= null) {
1507
userNameRequired.ApplyStyle(
_validatorTextStyle
);
1536
if (
_validatorTextStyle
!= null) {
1537
passwordRequired.ApplyStyle(
_validatorTextStyle
);
1750
if (
_validatorTextStyle
!= null) {
1751
((IStateManager)
_validatorTextStyle
).TrackViewState();