10 references to Icon
System.Drawing.Common.Tests (10)
System\Drawing\SystemIconsTests.cs (10)
10
yield return
Icon
(() => SystemIcons.Application);
11
yield return
Icon
(() => SystemIcons.Asterisk);
12
yield return
Icon
(() => SystemIcons.Error);
13
yield return
Icon
(() => SystemIcons.Exclamation);
14
yield return
Icon
(() => SystemIcons.Hand);
15
yield return
Icon
(() => SystemIcons.Information);
16
yield return
Icon
(() => SystemIcons.Question);
17
yield return
Icon
(() => SystemIcons.Shield);
18
yield return
Icon
(() => SystemIcons.Warning);
19
yield return
Icon
(() => SystemIcons.WinLogo);