4 references to MovePreviousCommandName
System.Web (4)
UI\WebControls\CreateUserWizard.cs (1)
3437
_innerCells[0] = CreateButtonControl(_buttons[0], _wizard.ValidationGroup, Wizard.StepPreviousButtonID, false, Wizard.
MovePreviousCommandName
);
UI\WebControls\Wizard.cs (3)
1782
} else if (String.Equals(
MovePreviousCommandName
, ce.CommandName, StringComparison.OrdinalIgnoreCase)) {
1785
throw new InvalidOperationException(SR.GetString(SR.Wizard_InvalidBubbleEvent,
MovePreviousCommandName
));
3049
MovePreviousCommandName
);