4 references to ChangePasswordButtonCommandName
System.Web (4)
UI\WebControls\ChangePassword.cs (4)
1914
if (ce.CommandName.Equals(
ChangePasswordButtonCommandName
, StringComparison.CurrentCultureIgnoreCase)) {
2941
linkButton.CommandName =
ChangePasswordButtonCommandName
;
2953
imageButton.CommandName =
ChangePasswordButtonCommandName
;
2965
pushButton.CommandName =
ChangePasswordButtonCommandName
;