5 references to Complete
System.Web (5)
UI\WebControls\CompleteWizardStep.cs (1)
43
return WizardStepType.
Complete
;
UI\WebControls\Wizard.cs (4)
1427
if (GetStepType(step) == WizardStepType.
Complete
&&
1597
WizardSteps[index + 1].StepType == WizardStepType.
Complete
)) {
2298
if (type == WizardStepType.
Complete
) {
2740
if (type != WizardStepType.
Complete
) {