10 references to MessageBox
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Interaction.vb (1)
293
Return CType(
MessageBox
.Show(parentWindow, sPrompt, sTitle,
System.Windows.Forms (7)
src\winforms\src\Common\src\RTLAwareMessageBox.cs (1)
30
return
MessageBox
.Show(owner, text, caption, buttons, icon, defaultButton, options);
System\Windows\Forms\Control.cs (1)
11366
HelpInfo? hpi =
MessageBox
.HelpInfo;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
14622
MessageBox
.Show(
14632
MessageBox
.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)
src\winforms\src\Common\src\RTLAwareMessageBox.cs (1)
30
return
MessageBox
.Show(owner, text, caption, buttons, icon, defaultButton, options);
System\ComponentModel\Design\DesignerActionPanel.cs (1)
736
MessageBox
.Show(this, errorMessage, SR.UIServiceHelper_ErrorCaption, MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, options);