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