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