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