4 references to helpButton
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
136
buttons = new Button[] {continueButton,
helpButton
};
305
helpButton
.Text = SR.GetString(SR.ExDlgHelp);
306
helpButton
.FlatStyle = FlatStyle.Standard;
307
helpButton
.DialogResult = DialogResult.Yes;