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