Base:
property
WizardSteps
System.Web.UI.WebControls.Wizard.WizardSteps
8 references to WizardSteps
System.Web (8)
UI\WebControls\CreateUserWizard.cs (8)
2345
for (int i = 0; i <
WizardSteps
.Count; ++i) {
2346
TemplatedWizardStep step =
WizardSteps
[i] as TemplatedWizardStep;
2422
foreach (WizardStepBase step in
WizardSteps
) {
2449
WizardSteps
.AddAt(0, _createUserStep);
2458
WizardSteps
.Add(_completeStep);
2490
foreach (WizardStepBase step in
WizardSteps
) {
2734
if (
WizardSteps
[e.CurrentStepIndex] == _createUserStep) {
2907
if (previousStepIndex != -1 &&
WizardSteps
[previousStepIndex].AllowReturn) {