1 write to _textBoxStyle
System.Web (1)
UI\WebControls\PasswordRecovery.cs (1)
784
_textBoxStyle
= new Style();
9 references to _textBoxStyle
System.Web (9)
UI\WebControls\PasswordRecovery.cs (9)
783
if (
_textBoxStyle
== null) {
786
((IStateManager)
_textBoxStyle
).TrackViewState();
789
return
_textBoxStyle
;
1662
myState[3] = (
_textBoxStyle
!= null) ? ((IStateManager)
_textBoxStyle
).SaveViewState() : null;
1869
if (
_textBoxStyle
!= null) {
2068
if (
_textBoxStyle
!= null) {
2197
if (
_textBoxStyle
!= null) {
2198
((IStateManager)
_textBoxStyle
).TrackViewState();