4 references to _helpButton
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (4)
111
buttons = [_continueButton,
_helpButton
];
278
_helpButton
.Text = SR.ExDlgHelp;
279
_helpButton
.FlatStyle = FlatStyle.Standard;
280
_helpButton
.DialogResult = DialogResult.Yes;