4 references to Show
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Interaction.vb (1)
292
Return CType(MessageBox.
Show
(parentWindow, sPrompt, sTitle,
System.Windows.Forms (1)
src\Common\src\RTLAwareMessageBox.cs (1)
30
return MessageBox.
Show
(owner, text, caption, buttons, icon, defaultButton, options);
System.Windows.Forms.Design (2)
src\Common\src\RTLAwareMessageBox.cs (1)
30
return MessageBox.
Show
(owner, text, caption, buttons, icon, defaultButton, options);
System\ComponentModel\Design\DesignerActionPanel.cs (1)
739
MessageBox.
Show
(this, errorMessage, SR.UIServiceHelper_ErrorCaption, MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, options);