5 references to WinLogo
System.Drawing.Common.Tests (5)
mono\System.Drawing\GraphicsTests.cs (4)
2355g.DrawIconUnstretched(SystemIcons.WinLogo, new Rectangle(10, 20, -1, 0)); 2356g.DrawIconUnstretched(SystemIcons.WinLogo, new Rectangle(20, 10, 0, -1)); 2396g.DrawIconUnstretched(SystemIcons.WinLogo, new Rectangle(10, 20, -1, 0)); 2397g.DrawIconUnstretched(SystemIcons.WinLogo, new Rectangle(20, 10, 0, -1));
System\Drawing\SystemIconsTests.cs (1)
19yield return Icon(() => SystemIcons.WinLogo);