1 write to _textBoxStyle
System.Web (1)
UI\WebControls\login.cs (1)
820
_textBoxStyle
= new Style();
9 references to _textBoxStyle
System.Web (9)
UI\WebControls\login.cs (9)
819
if (
_textBoxStyle
== null) {
822
((IStateManager)
_textBoxStyle
).TrackViewState();
825
return
_textBoxStyle
;
1390
myState[3] = (
_textBoxStyle
!= null) ? ((IStateManager)
_textBoxStyle
).SaveViewState() : null;
1494
if (
_textBoxStyle
!= null) {
1526
if (
_textBoxStyle
!= null) {
1732
if (
_textBoxStyle
!= null) {
1733
((IStateManager)
_textBoxStyle
).TrackViewState();