7 references to TemplatedSteps
System.Web (7)
UI\WebControls\Wizard.cs (7)
1528
dictionary[_templatedStepsID] =
TemplatedSteps
;
1621
TemplatedSteps
.ForEach(step => InstantiateStepContentTemplate(step));
3510
wizard.
TemplatedSteps
.Clear();
3591
_wizard.
TemplatedSteps
.Add(templatedWizardStep);
3599
_wizard.
TemplatedSteps
.Clear();
3651
_wizard.
TemplatedSteps
.Remove(templatedWizardStep);
3664
_wizard.
TemplatedSteps
.Remove(templatedWizardStep);