3 references to Application
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (1)
2348g.DrawIcon(SystemIcons.Application, new Rectangle(0, 0, 40, 20));
System\Drawing\SystemIconsTests.cs (1)
10yield return Icon(() => SystemIcons.Application);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListImageTests.cs (1)
77using Icon icon = SystemIcons.Application;