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