9 references to _continueButton
System.Windows.Forms (9)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (9)
107
buttons = [
_continueButton
];
111
buttons = [
_continueButton
, _helpButton];
131
buttons = [_detailsButton,
_continueButton
, _quitButton];
144
buttons = [_detailsButton,
_continueButton
];
246
AcceptButton =
_continueButton
;
247
CancelButton =
_continueButton
;
270
_continueButton
.Text = SR.ExDlgContinue;
271
_continueButton
.FlatStyle = FlatStyle.Standard;
272
_continueButton
.DialogResult = DialogResult.Cancel;