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