1 write to _wizard
System.Web (1)
UI\WebControls\Wizard.cs (1)
3019
_wizard
= wizard;
13 references to _wizard
System.Web (13)
UI\WebControls\Wizard.cs (13)
3006
Debug.Assert(
_wizard
.DesignMode);
3070
linkButton.TabIndex =
_wizard
.TabIndex;
3071
_wizard
.RegisterCommandEvents(linkButton);
3079
imageButton.TabIndex =
_wizard
.TabIndex;
3080
_wizard
.RegisterCommandEvents(imageButton);
3089
button.TabIndex =
_wizard
.TabIndex;
3090
_wizard
.RegisterCommandEvents(button);
3111
buttonType =
_wizard
.StepPreviousButtonType;
3116
buttonType =
_wizard
.FinishPreviousButtonType;
3129
buttonType =
_wizard
.StartNextButtonType;
3133
buttonType =
_wizard
.StepNextButtonType;
3138
buttonType =
_wizard
.FinishCompleteButtonType;
3148
ButtonType buttonType =
_wizard
.CancelButtonType;