1 write to _instructionTextStyle
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
1018
_instructionTextStyle
= new TableItemStyle();
7 references to _instructionTextStyle
System.Web (7)
UI\WebControls\CreateUserWizard.cs (7)
1017
if (
_instructionTextStyle
== null) {
1020
((IStateManager)
_instructionTextStyle
).TrackViewState();
1023
return
_instructionTextStyle
;
2819
(
_instructionTextStyle
!= null) ? ((IStateManager)
_instructionTextStyle
).SaveViewState() : null;
2954
if (
_instructionTextStyle
!= null) {
2955
((IStateManager)
_instructionTextStyle
).TrackViewState();