5 references to Exclamation
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (1)
2372
g.DrawIcon(SystemIcons.
Exclamation
, 4, 2);
System\Drawing\SystemIconsTests.cs (1)
13
yield return Icon(() => SystemIcons.
Exclamation
);
System.Windows.Forms.Design.Tests (1)
System\Resources\Tools\StronglyTypedResourceBuilderTests.cs (1)
405
using Icon icon = new(SystemIcons.
Exclamation
, 16, 16);
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\IPictureTests.cs (1)
71
using Icon icon = SystemIcons.
Exclamation
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
138
Icon exclamationIcon = SystemIcons.
Exclamation
;