1 write to _instructionTextStyle
System.Web (1)
UI\WebControls\PasswordRecovery.cs (1)
392
_instructionTextStyle
= new TableItemStyle();
9 references to _instructionTextStyle
System.Web (9)
UI\WebControls\PasswordRecovery.cs (9)
391
if (
_instructionTextStyle
== null) {
394
((IStateManager)
_instructionTextStyle
).TrackViewState();
397
return
_instructionTextStyle
;
1664
myState[5] = (
_instructionTextStyle
!= null) ? ((IStateManager)
_instructionTextStyle
).SaveViewState() : null;
1792
if (
_instructionTextStyle
!= null) {
2042
if (
_instructionTextStyle
!= null) {
2203
if (
_instructionTextStyle
!= null) {
2204
((IStateManager)
_instructionTextStyle
).TrackViewState();