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