6 references to Hand
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (1)
2373
g.DrawIcon(SystemIcons.
Hand
, 0, 0);
System\Drawing\IconTests.cs (4)
293
using var icon = Icon.FromHandle(SystemIcons.
Hand
.Handle);
297
Assert.Equal(SystemIcons.
Hand
.Width, clone.Width);
298
Assert.Equal(SystemIcons.
Hand
.Height, clone.Height);
299
Assert.Equal(SystemIcons.
Hand
.Size, clone.Size);
System\Drawing\SystemIconsTests.cs (1)
14
yield return Icon(() => SystemIcons.
Hand
);