1 write to _templatedSteps
System.Web (1)
UI\WebControls\Wizard.cs (1)
1263
_templatedSteps
= new List<TemplatedWizardStep>();
2 references to _templatedSteps
System.Web (2)
UI\WebControls\Wizard.cs (2)
1262
if (
_templatedSteps
== null) {
1265
return
_templatedSteps
;