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