3 references to CancelCommandName
System.Web (3)
UI\WebControls\CreateUserWizard.cs (1)
3439_innerCells[2] = CreateButtonControl(_buttons[2], _wizard.ValidationGroup, Wizard.CancelButtonID, false, Wizard.CancelCommandName);
UI\WebControls\Wizard.cs (2)
1738if (String.Equals(CancelCommandName, ce.CommandName, StringComparison.OrdinalIgnoreCase)) { 3057CreateButtonControl(_buttons[2], _button3ID, false /* causesValidation */, CancelCommandName);