82 references to Button
System.Messaging (3)
System\Messaging\Design\QueuePathDialog.cs (3)
216this.okButton = new System.Windows.Forms.Button(); 219this.helpButton = new System.Windows.Forms.Button(); 222this.cancelButton = new System.Windows.Forms.Button();
System.Web.Entity.Design (6)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
156this._okButton = new System.Windows.Forms.Button(); 157this._cancelButton = new System.Windows.Forms.Button();
System\Data\WebControls\Design\Util\WizardForm.cs (4)
94this._previousButton = new System.Windows.Forms.Button(); 95this._nextButton = new System.Windows.Forms.Button(); 97this._finishButton = new System.Windows.Forms.Button(); 99this._cancelButton = new System.Windows.Forms.Button();
System.Web.Mobile (22)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (4)
145this._btnEditFilters = new System.Windows.Forms.Button(); 146this._cmdOK = new System.Windows.Forms.Button(); 150this._cmdCancel = new System.Windows.Forms.Button(); 153this._btnApplyFilter = new System.Windows.Forms.Button();
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
137this._cmdOK = new System.Windows.Forms.Button(); 138this._btnEditFilters = new System.Windows.Forms.Button(); 143this._cmdCancel = new System.Windows.Forms.Button();
UI\MobileControls\Design\StylesEditorDialog.cs (6)
153_btnOK = new Button(); 154_btnCancel = new Button(); 155_btnUp = new Button(); 156_btnDown = new Button(); 157_btnAdd = new Button(); 158_btnRemove = new Button();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1289this.BtnEdit = new System.Windows.Forms.Button();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
119_btnEditChoices = new Button(); 120_btnClose = new Button();
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (2)
59this.CmdOK = new System.Windows.Forms.Button(); 60this.CmdCancel = new System.Windows.Forms.Button();
UI\MobileControls\Design\Util\EditableTreeList.cs (4)
56this.BtnAdd = new System.Windows.Forms.Button(); 57this.BtnDown = new System.Windows.Forms.Button(); 59this.BtnUp = new System.Windows.Forms.Button(); 60this.BtnRemove = new System.Windows.Forms.Button();
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (4)
222okButton = new Button(); 223cancelButton = new Button(); 224applyButton = new Button(); 225helpButton = new Button();
winforms\Managed\System\WinForms\MDIWindowDialog.cs (2)
98this.okButton = new System.Windows.Forms.Button(); 99this.cancelButton = new System.Windows.Forms.Button();
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
266this.button1 = new Button();
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
157this.okBtn = new System.Windows.Forms.Button(); 158this.cancelBtn = new System.Windows.Forms.Button();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
83private Button continueButton = new Button(); 84private Button quitButton = new Button(); 85private Button detailsButton = new Button(); 86private Button helpButton = new Button();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
201this.btnClose = new System.Windows.Forms.Button();
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (2)
163this.btnInstall = new System.Windows.Forms.Button(); 164this.btnCancel = new System.Windows.Forms.Button();
System.Workflow.Activities (8)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (2)
32this.cancelButton = new System.Windows.Forms.Button(); 33this.okButton = new System.Windows.Forms.Button();
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (2)
31this.cancelButton = new System.Windows.Forms.Button(); 32this.okButton = new System.Windows.Forms.Button();
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (2)
34this.okButton = new System.Windows.Forms.Button(); 35this.cancelButton = new System.Windows.Forms.Button();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
48this.buttonOK = new System.Windows.Forms.Button(); 63this.buttonCancel = new System.Windows.Forms.Button();
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (2)
34this.cancelButton = new System.Windows.Forms.Button(); 35this.OKButton = new System.Windows.Forms.Button();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (5)
135this.themeLocationButton = new System.Windows.Forms.Button(); 137this.button3 = new System.Windows.Forms.Button(); 138this.okButton = new System.Windows.Forms.Button(); 139this.cancelButton = new System.Windows.Forms.Button(); 146this.previewButton = new System.Windows.Forms.Button();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
133this.buttonCancel = new System.Windows.Forms.Button(); 135this.buttonOK = new System.Windows.Forms.Button(); 145this.buttonBrowse = new System.Windows.Forms.Button();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
319this.OKButton = new System.Windows.Forms.Button(); 320this.cancelButton = new System.Windows.Forms.Button(); 321this.printerButton = new System.Windows.Forms.Button();
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (2)
40this.okButton = new System.Windows.Forms.Button(); 41this.cancelButton = new System.Windows.Forms.Button();
WsatUI (12)
MMCUI\AcceptedCertificatesForm.designer.cs (3)
36this.okButton = new System.Windows.Forms.Button(); 37this.cancelButton = new System.Windows.Forms.Button(); 39this.viewButton = new System.Windows.Forms.Button();
MMCUI\TraceOptionsForm.designer.cs (5)
37this.buttonOK = new System.Windows.Forms.Button(); 38this.buttonCancel = new System.Windows.Forms.Button(); 53this.buttonNewSession = new System.Windows.Forms.Button(); 54this.buttonStopSession = new System.Windows.Forms.Button(); 55this.buttonFlushData = new System.Windows.Forms.Button();
MMCUI\WSATControl.designer.cs (4)
39this.buttonTracingOptions = new System.Windows.Forms.Button(); 52this.buttonSelectEndpointCert = new System.Windows.Forms.Button(); 53this.buttonSelectAuthorizedAccounts = new System.Windows.Forms.Button(); 54this.buttonSelectAuthorizedCerts = new System.Windows.Forms.Button();