12 references to
System.Web (12)
UI\WebControls\CreateUserWizard.cs (3)
2346TemplatedWizardStep step = WizardSteps[i] as TemplatedWizardStep; 2734if (WizardSteps[e.CurrentStepIndex] == _createUserStep) { 2907if (previousStepIndex != -1 && WizardSteps[previousStepIndex].AllowReturn) {
UI\WebControls\Wizard.cs (9)
1359TemplatedWizardStep step = WizardSteps[i] as TemplatedWizardStep; 1540list.Add(WizardSteps[index]); 1581WizardStepBase step = WizardSteps[index] as WizardStepBase; 1597WizardSteps[index + 1].StepType == WizardStepType.Complete)) { 1750WizardStepBase step = WizardSteps[oldIndex]; 1848return WizardSteps[index].AllowReturn; 2170showPrevious = Owner.WizardSteps[prevStepIndex].AllowReturn; 2217if (previousStepIndex != -1 && !Owner.WizardSteps[previousStepIndex].AllowReturn) { 2255if (previousStepIndex != -1 && !Owner.WizardSteps[previousStepIndex].AllowReturn) {