1 write to PasswordRecoveryLink
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
2975container.PasswordRecoveryLink = new HyperLink();
3 references to PasswordRecoveryLink
System.Web (3)
UI\WebControls\ChangePassword.cs (3)
2385HyperLink passwordRecoveryLink = container.PasswordRecoveryLink; 2976container.PasswordRecoveryLink.ID = _passwordRecoveryLinkID; 3148c.Controls.Add(container.PasswordRecoveryLink);