1 write to _labelStyle
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
1122
_labelStyle
= new TableItemStyle();
7 references to _labelStyle
System.Web (7)
UI\WebControls\CreateUserWizard.cs (7)
1121
if (
_labelStyle
== null) {
1124
((IStateManager)
_labelStyle
).TrackViewState();
1127
return
_labelStyle
;
2815
myState[2] = (
_labelStyle
!= null) ? ((IStateManager)
_labelStyle
).SaveViewState() : null;
2945
if (
_labelStyle
!= null) {
2946
((IStateManager)
_labelStyle
).TrackViewState();