5 references to Warning
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\UIHelper.cs (1)
79RTLAwareMessageBox.Show(null, message, Strings.UIHelper_WarningCaption, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1, 0);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FileDialog.cs (1)
940MessageBoxButtons.OK, MessageBoxIcon.Warning);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
132RTLAwareMessageBox.Show(this, ex.Message, SR.GetString(SR.PBRSErrorTitle), MessageBoxButtons.OK, MessageBoxIcon.Warning,
winforms\Managed\System\WinForms\SaveFileDialog.cs (2)
134DialogCaption, MessageBoxButtons.YesNo, MessageBoxIcon.Warning); 149DialogCaption, MessageBoxButtons.YesNo, MessageBoxIcon.Warning);