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)
1738
if (String.Equals(
CancelCommandName
, ce.CommandName, StringComparison.OrdinalIgnoreCase)) {
3057
CreateButtonControl(_buttons[2], _button3ID, false /* causesValidation */,
CancelCommandName
);