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