2 types derived from Wizard
System.Web (2)
UI\WebControls\CreateUserWizard.cs (1)
36public class CreateUserWizard : Wizard {
UI\WebParts\TransformerConfigurationWizardBase.cs (1)
14internal abstract class TransformerConfigurationWizardBase : Wizard, ITransformerConfigurationControl {
66 references to Wizard
System.Web (66)
UI\WebControls\CompleteWizardStep.cs (2)
21internal override Wizard Owner { 51/// <para>Gets or sets the title on the <see cref='System.Web.UI.WebControls.Wizard/> .</para>
UI\WebControls\CreateUserWizard.cs (11)
2221internal override Wizard.TableWizardRendering CreateTableRendering() { 2225internal override Wizard.LayoutTemplateWizardRendering CreateLayoutTemplateRendering() { 2985private new class LayoutTemplateWizardRendering : Wizard.LayoutTemplateWizardRendering { 3022private new class TableWizardRendering : Wizard.TableWizardRendering { 3437_innerCells[0] = CreateButtonControl(_buttons[0], _wizard.ValidationGroup, Wizard.StepPreviousButtonID, false, Wizard.MovePreviousCommandName); 3438_innerCells[1] = CreateButtonControl(_buttons[1], _wizard.ValidationGroup, Wizard.StepNextButtonID, true, Wizard.MoveNextCommandName); 3439_innerCells[2] = CreateButtonControl(_buttons[2], _wizard.ValidationGroup, Wizard.CancelButtonID, false, Wizard.CancelCommandName); 3537dataList.ID = Wizard.DataListID;
UI\WebControls\CreateUserWizardStep.cs (2)
43internal override Wizard Owner { 59/// <para>Gets or sets the title on the <see cref='System.Web.UI.WebControls.Wizard/> .</para>
UI\WebControls\TemplatedWizardStep.cs (2)
36TemplateContainer(typeof(Wizard)), 71TemplateContainer(typeof(Wizard)),
UI\WebControls\Wizard.cs (45)
532TemplateContainer(typeof(Wizard)), 570TemplateContainer(typeof(Wizard)), 605TemplateContainer(typeof(Wizard)), 948TemplateContainer(typeof(Wizard)), 984TemplateContainer(typeof(Wizard)), 1002TemplateContainer(typeof(Wizard)), 2097protected Wizard Owner { get; private set; } 2099protected WizardRenderingBase(Wizard wizard) { 2453public LayoutTemplateWizardRendering(Wizard wizard) 2611public TableWizardRendering(Wizard wizard) 2920public WizardControlCollection(Wizard wizard) 2928Wizard _wizard; 2932public WizardControlCollectionModifier(Wizard wizard) { 2952private Wizard _owner; 2954internal WizardChildTable(Wizard owner) { 2971private Wizard _wizard; 2990internal static NavigationTemplate GetDefaultStartNavigationTemplate(Wizard wizard) { 2995internal static NavigationTemplate GetDefaultStepNavigationTemplate(Wizard wizard) { 3000internal static NavigationTemplate GetDefaultFinishNavigationTemplate(Wizard wizard) { 3016private NavigationTemplate(Wizard wizard, WizardTemplateType templateType, bool button1CausesValidation, 3170Wizard _owner; 3172internal DataListItemTemplate(Wizard owner) { 3188private Wizard _owner; 3190internal DefaultSideBarTemplate(Wizard owner) { 3199dataList.ID = Wizard.DataListID; 3217internal Wizard _owner; 3219internal BlockControl(Wizard owner) { 3275protected Wizard _owner; 3277internal InternalTableCell(Wizard owner) { 3291internal AccessibleTableCell(Wizard owner) 3306internal BaseContentTemplateContainer(Wizard owner, bool useInnerTable) 3339private Wizard _owner; 3341internal BaseNavigationTemplateContainer(Wizard owner) { 3345internal Wizard Owner { 3383_cancelButton = FindControl(Wizard.CancelButtonID) as IButtonControl; 3398_nextButton = FindControl(Wizard.StepNextButtonID) as IButtonControl; 3413_previousButton = FindControl(Wizard.StepPreviousButtonID) as IButtonControl; 3428_finishButton = FindControl(Wizard.FinishButtonID) as IButtonControl; 3450internal FinishNavigationTemplateContainer(Wizard owner) 3460_previousButton = FindControl(Wizard.FinishPreviousButtonID) as IButtonControl; 3473internal StartNavigationTemplateContainer(Wizard owner) 3483_nextButton = FindControl(Wizard.StartNextButtonID) as IButtonControl; 3496internal StepNavigationTemplateContainer(Wizard owner) 3505private Wizard _wizard; 3508internal WizardStepCollection(Wizard wizard) {
UI\WebControls\WizardStepBase.cs (4)
37private Wizard _owner; 121internal virtual Wizard Owner { 155/// <para>Gets or sets the title on the <see cref='System.Web.UI.WebControls.Wizard/> .</para> 189public Wizard Wizard {