1 override of AllowReturn
System.Web (1)
UI\WebControls\CreateUserWizardStep.cs (1)
24
public override bool
AllowReturn
{
5 references to AllowReturn
System.Web (5)
UI\WebControls\CreateUserWizard.cs (1)
2907
if (previousStepIndex != -1 && WizardSteps[previousStepIndex].
AllowReturn
) {
UI\WebControls\Wizard.cs (4)
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
) {