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)
3006Debug.Assert(_wizard.DesignMode); 3070linkButton.TabIndex = _wizard.TabIndex; 3071_wizard.RegisterCommandEvents(linkButton); 3079imageButton.TabIndex = _wizard.TabIndex; 3080_wizard.RegisterCommandEvents(imageButton); 3089button.TabIndex = _wizard.TabIndex; 3090_wizard.RegisterCommandEvents(button); 3111buttonType = _wizard.StepPreviousButtonType; 3116buttonType = _wizard.FinishPreviousButtonType; 3129buttonType = _wizard.StartNextButtonType; 3133buttonType = _wizard.StepNextButtonType; 3138buttonType = _wizard.FinishCompleteButtonType; 3148ButtonType buttonType = _wizard.CancelButtonType;