37 references to Link
System.Web (28)
UI\WebControls\ButtonField.cs (1)
214case ButtonType.Link: {
UI\WebControls\ButtonFieldBase.cs (3)
25DefaultValue(ButtonType.Link), 33return ButtonType.Link; 36if (value < ButtonType.Button || value > ButtonType.Link) {
UI\WebControls\ChangePassword.cs (6)
220if (value < ButtonType.Button || value > ButtonType.Link) { 329if (value < ButtonType.Button || value > ButtonType.Link) { 566if (value < ButtonType.Button || value > ButtonType.Link) { 2336case ButtonType.Link: 2351case ButtonType.Link: 2512case ButtonType.Link:
UI\WebControls\CommandField.cs (1)
505case ButtonType.Link: {
UI\WebControls\CreateUserWizard.cs (4)
452if (value < ButtonType.Button || value > ButtonType.Link) { 586if (value < ButtonType.Button || value > ButtonType.Link) { 2021case ButtonType.Link: 3517case ButtonType.Link:
UI\WebControls\DetailsView.cs (1)
1836commandField.ButtonType = ButtonType.Link;
UI\WebControls\GridView.cs (1)
2353commandField.ButtonType = ButtonType.Link;
UI\WebControls\login.cs (2)
549if (value < ButtonType.Button || value > ButtonType.Link) { 1559case ButtonType.Link:
UI\WebControls\PasswordRecovery.cs (3)
220if (value < ButtonType.Button || value > ButtonType.Link) { 1891case ButtonType.Link: 2090case ButtonType.Link:
UI\WebControls\Wizard.cs (2)
2077if (value < ButtonType.Button || value > ButtonType.Link) { 3161case ButtonType.Link:
UI\WebParts\ConnectionsZone.cs (1)
1799if (VerbButtonType == ButtonType.Link) {
UI\WebParts\WebPartChrome.cs (1)
806if (Zone.TitleBarVerbButtonType == ButtonType.Link) {
UI\WebParts\WebPartZoneBase.cs (1)
693if (value < ButtonType.Button || value > ButtonType.Link) {
UI\WebParts\WebZone.cs (1)
441if (value < ButtonType.Button || value > ButtonType.Link) {
System.Web.Extensions (9)
UI\WebControls\NextPreviousPagerField.cs (4)
52DefaultValue(ButtonType.Link), 60return ButtonType.Link; 63if (value < ButtonType.Button || value > ButtonType.Link) { 485case ButtonType.Link:
UI\WebControls\NumericPagerField.cs (5)
54DefaultValue(ButtonType.Link), 62return ButtonType.Link; 65if (value < ButtonType.Button || value > ButtonType.Link) { 326case ButtonType.Link: 362case ButtonType.Link: