61 references to Button
System.Web (56)
UI\WebControls\ButtonField.cs (1)
225
case ButtonType.
Button
: {
UI\WebControls\ButtonFieldBase.cs (1)
36
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
UI\WebControls\ChangePassword.cs (12)
211
DefaultValue(ButtonType.
Button
),
217
return (obj == null) ? ButtonType.
Button
: (ButtonType) obj;
220
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
320
DefaultValue(ButtonType.
Button
),
326
return (obj == null) ? ButtonType.
Button
: (ButtonType) obj;
329
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
557
DefaultValue(ButtonType.
Button
),
563
return (obj == null) ? ButtonType.
Button
: (ButtonType) obj;
566
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
2345
case ButtonType.
Button
:
2360
case ButtonType.
Button
:
2521
case ButtonType.
Button
:
UI\WebControls\CommandField.cs (1)
516
case ButtonType.
Button
: {
UI\WebControls\CreateUserWizard.cs (8)
443
DefaultValue(ButtonType.
Button
),
449
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
452
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
577
DefaultValue(ButtonType.
Button
),
583
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
586
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
2029
case ButtonType.
Button
:
3511
case ButtonType.
Button
:
UI\WebControls\login.cs (4)
540
DefaultValue(ButtonType.
Button
),
546
return (obj == null) ? ButtonType.
Button
: (ButtonType) obj;
549
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
1568
case ButtonType.
Button
:
UI\WebControls\PasswordRecovery.cs (5)
211
DefaultValue(ButtonType.
Button
),
217
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
220
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
1900
case ButtonType.
Button
:
2099
case ButtonType.
Button
:
UI\WebControls\Wizard.cs (16)
240
DefaultValue(ButtonType.
Button
),
247
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
412
DefaultValue(ButtonType.
Button
),
418
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
513
DefaultValue(ButtonType.
Button
),
519
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
727
DefaultValue(ButtonType.
Button
),
733
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
806
DefaultValue(ButtonType.
Button
),
812
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
885
DefaultValue(ButtonType.
Button
),
891
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
2077
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
3104
ButtonType buttonType = ButtonType.
Button
;
3126
ButtonType buttonType = ButtonType.
Button
;
3155
case ButtonType.
Button
:
UI\WebParts\ToolZone.cs (1)
378
if (VerbButtonType == ButtonType.
Button
) {
UI\WebParts\WebPartChrome.cs (3)
421
if (verbButtonType == ButtonType.
Button
) {
478
if (verbButtonType == ButtonType.
Button
) {
532
if (verbButtonType == ButtonType.
Button
) {
UI\WebParts\WebPartZoneBase.cs (1)
693
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
UI\WebParts\WebZone.cs (3)
431
DefaultValue(ButtonType.
Button
),
438
return (obj == null) ? ButtonType.
Button
: (ButtonType)obj;
441
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
System.Web.Extensions (5)
UI\WebControls\NextPreviousPagerField.cs (2)
63
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
489
case ButtonType.
Button
:
UI\WebControls\NumericPagerField.cs (3)
65
if (value < ButtonType.
Button
|| value > ButtonType.Link) {
323
case ButtonType.
Button
:
365
case ButtonType.
Button
: