4 references to SystemIcons
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
190
_shield = new Icon(typeof(
SystemIcons
), "ShieldIcon.ico");
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
97
pictureBox.Image =
SystemIcons
.Warning.ToBitmap();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
285
pictureBox.Image =
SystemIcons
.Information.ToBitmap();
288
pictureBox.Image =
SystemIcons
.Error.ToBitmap();