4 references to Error
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (1)
2353
g.DrawIcon(SystemIcons.
Error
, new Rectangle(20, 40, 0, 0));
System\Drawing\SystemIconsTests.cs (1)
12
yield return Icon(() => SystemIcons.
Error
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
75
Icon errorIcon = SystemIcons.
Error
;
93
Icon errorIcon = SystemIcons.
Error
;