9 references to continueButton
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (9)
133buttons = new Button[] {continueButton}; 136buttons = new Button[] {continueButton, helpButton}; 151buttons = new Button[] {detailsButton, continueButton, quitButton}; 160buttons = new Button[] {detailsButton, continueButton}; 271AcceptButton = continueButton; 272CancelButton = continueButton; 297continueButton.Text = SR.GetString(SR.ExDlgContinue); 298continueButton.FlatStyle = FlatStyle.Standard; 299continueButton.DialogResult = DialogResult.Cancel;