4 references to Start
System.Web (4)
UI\WebControls\Wizard.cs (4)
1603
return WizardStepType.
Start
;
1771
if (stepType != WizardStepType.
Start
&& stepType != WizardStepType.Step) {
2153
WizardStepType renderType = WizardStepType.
Start
;
2293
_startNavigationTemplateContainer.Visible = (type == WizardStepType.
Start
);