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