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