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)
97pictureBox.Image = SystemIcons.Warning.ToBitmap();
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
285pictureBox.Image = SystemIcons.Information.ToBitmap(); 288pictureBox.Image = SystemIcons.Error.ToBitmap();