90 references to Button
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (2)
38OKButton = New Button 39MyCancelButton = New Button
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
127ButtonCloseDialog = New Button
PresentationUI (27)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
37this._okButton = new System.Windows.Forms.Button();
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (4)
40this._cancelButton = new System.Windows.Forms.Button(); 41this._okButton = new System.Windows.Forms.Button(); 44this._addButton = new System.Windows.Forms.Button(); 45this._removeButton = new System.Windows.Forms.Button();
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
36_addButton = new System.Windows.Forms.Button(); 37_cancelButton = new System.Windows.Forms.Button();
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (2)
50_nextButton = new System.Windows.Forms.Button(); 51_cancelButton = new System.Windows.Forms.Button();
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
39this._nextButton = new System.Windows.Forms.Button(); 40this._cancelButton = new System.Windows.Forms.Button();
MS\Internal\Documents\RMPermissions.Designer.cs (1)
49this.closeButton = new System.Windows.Forms.Button();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (7)
47this.buttonPeoplePicker = new System.Windows.Forms.Button(); 49this.buttonAddUser = new System.Windows.Forms.Button(); 50this.buttonEveryone = new System.Windows.Forms.Button(); 51this.buttonRemoveUser = new System.Windows.Forms.Button(); 60this.buttonCancel = new System.Windows.Forms.Button(); 61this.buttonSave = new System.Windows.Forms.Button(); 62this.buttonSaveAs = new System.Windows.Forms.Button();
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (5)
35_buttonDone = new System.Windows.Forms.Button(); 38_buttonSign = new System.Windows.Forms.Button(); 39_buttonViewCert = new System.Windows.Forms.Button(); 40_buttonRequestDelete = new System.Windows.Forms.Button(); 41_buttonRequestAdd = new System.Windows.Forms.Button();
MS\Internal\Documents\SigningDialog.Designer.cs (3)
47_cancelButton = new System.Windows.Forms.Button(); 48_signButton = new System.Windows.Forms.Button(); 49_signSaveAsButton = new System.Windows.Forms.Button();
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (2)
157_okButton = new() 169_cancelButton = new Button
System\Windows\Forms\Design\ComponentEditorForm.cs (4)
177_okButton = new Button(); 178_cancelButton = new Button(); 179_applyButton = new Button(); 180_helpButton = new Button();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (4)
61private readonly Button _continueButton = new(); 62private readonly Button _quitButton = new(); 63private readonly Button _detailsButton = new(); 64private readonly Button _helpButton = new();
System\Windows\Forms\MDI\MDIWindowDialog.cs (2)
93_okButton = new Button(); 94_cancelButton = new Button();
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
45_cancelButton = new Button()
System.Windows.Forms.Design (47)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (2)
153_buttonOK = new Button(); 154_buttonSave = new Button();
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (5)
423_upButton = new Button(); 424_downButton = new Button(); 428_removeButton = new Button(); 429_okButton = new Button(); 430_cancelButton = new Button();
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
24public SplitButton() : base()
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (2)
268_addButton = new Button(); 269_cancelButton = new Button();
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
124_okButton = new Button(); 125_cancelButton = new Button();
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (6)
469_addButton = new Button(); 470_deleteButton = new Button(); 471_moveDown = new Button(); 472_moveUp = new Button(); 480_cancelButton = new Button(); 481_okButton = new Button();
System\Windows\Forms\Design\FormatStringDialog.cs (2)
167_cancelButton = new Button(); 168_okButton = new Button();
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (4)
18private Button _okButton = new(); 19private Button _cancelButton = new(); 54_okButton = new Button(); 55_cancelButton = new Button();
System\Windows\Forms\Design\MaskDesignerDialog.cs (2)
128_btnOK = new Button(); 129_btnCancel = new Button();
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
128_resetButton = new Button();
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (2)
79_okButton = new Button(); 80_cancelButton = new Button();
System\Windows\Forms\Design\StyleEditorForm.cs (5)
155_addButton = new Button(); 156_removeButton = new Button(); 157_insertButton = new Button(); 159_okButton = new Button(); 160_cancelButton = new Button();
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (6)
182_btnCancel = new(); 183_btnOK = new(); 186_btnAddNew = new(); 194_btnMoveUp = new(); 195_btnMoveDown = new(); 196_btnRemove = new();
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (7)
211_okButton = new Button(); 212_btnCancel = new Button(); 214_btnAddRoot = new Button(); 215_btnAddChild = new Button(); 216_btnDelete = new Button(); 217_moveDownButton = new Button(); 218_moveUpButton = new Button();