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