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