1 write to _wizard
System.Web (1)
UI\WebControls\Wizard.cs (1)
3509this._wizard = wizard;
9 references to _wizard
System.Web (9)
UI\WebControls\Wizard.cs (9)
3543return _wizard.MultiView.Views; 3564wizardStep.Owner = _wizard; 3580wizardStep.Owner = _wizard; 3591_wizard.TemplatedSteps.Add(templatedWizardStep); 3592_wizard.RegisterCustomNavigationContainers(templatedWizardStep); 3599_wizard.TemplatedSteps.Clear(); 3638_wizard.OnWizardStepsChanged(); 3651_wizard.TemplatedSteps.Remove(templatedWizardStep); 3664_wizard.TemplatedSteps.Remove(templatedWizardStep);