9 references to MessageBox
System.Windows.Forms (7)
parent\Common\src\RTLAwareMessageBox.cs (1)
30return MessageBox.Show(owner, text, caption, buttons, icon, defaultButton, options);
System\Windows\Forms\Control.cs (1)
12153HelpInfo? hpi = MessageBox.HelpInfo;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
14681MessageBox.Show( 14691MessageBox.Show(errorText, SR.DataGridView_ErrorMessageCaption, MessageBoxButtons.OK, MessageBoxIcon.Error);
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
662/// Prompts the user with a <see cref="MessageBox"/> with the given parameters. It also ensures that the
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
83/// Prompts the user with a <see cref="MessageBox"/> when a file is about to be created. This method is
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
13/// to a <see cref="MessageBox"/> (in that it is formatted by the operating system) but provides
System.Windows.Forms.Design (2)
parent\parent\Common\src\RTLAwareMessageBox.cs (1)
30return MessageBox.Show(owner, text, caption, buttons, icon, defaultButton, options);
System\ComponentModel\Design\DesignerActionPanel.cs (1)
736MessageBox.Show(this, errorMessage, SR.UIServiceHelper_ErrorCaption, MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, options);