1 instantiation of WizardStepCollection
System.Web (1)
UI\WebControls\Wizard.cs (1)
1054
_wizardStepCollection = new
WizardStepCollection
(this);
4 references to WizardStepCollection
System.Web (4)
UI\WebControls\CreateUserWizard.cs (1)
1644
public override
WizardStepCollection
WizardSteps {
UI\WebControls\Wizard.cs (2)
87
private
WizardStepCollection
_wizardStepCollection;
1051
public virtual
WizardStepCollection
WizardSteps {
UI\WebControls\WizardStepBase.cs (1)
23
!(typeof(
WizardStepCollection
).IsAssignableFrom(parentBuilder.ControlType))) {