1 write to _loginButtonStyle
System.Web (1)
UI\WebControls\login.cs (1)
505
_loginButtonStyle
= new Style();
8 references to _loginButtonStyle
System.Web (8)
UI\WebControls\login.cs (8)
504
if (
_loginButtonStyle
== null) {
507
((IStateManager)
_loginButtonStyle
).TrackViewState();
510
return
_loginButtonStyle
;
1388
myState[1] = (
_loginButtonStyle
!= null) ? ((IStateManager)
_loginButtonStyle
).SaveViewState() : null;
1581
if (
_loginButtonStyle
!= null) {
1726
if (
_loginButtonStyle
!= null) {
1727
((IStateManager)
_loginButtonStyle
).TrackViewState();