3 references to Warning
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (1)
2394
g.DrawIconUnstretched(SystemIcons.
Warning
, new Rectangle(20, 40, 0, 0));
System\Drawing\SystemIconsTests.cs (1)
18
yield return Icon(() => SystemIcons.
Warning
);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
58
_pictureBox.Image = SystemIcons.
Warning
.ToBitmap();