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