1 write to _wizardStepCollection
System.Web (1)
UI\WebControls\Wizard.cs (1)
1054
_wizardStepCollection
= new WizardStepCollection(this);
2 references to _wizardStepCollection
System.Web (2)
UI\WebControls\Wizard.cs (2)
1053
if (
_wizardStepCollection
== null) {
1057
return
_wizardStepCollection
;