System\Windows\Forms\ImageListTests.cs (6)
932list.Draw(graphics, pt, 0);
947list.Draw(graphics, pt, 0);
961list.Draw(graphics, pt, 0);
1024Assert.Throws<NullReferenceException>(() => list.Draw(null, Point.Empty, 0));
1039Assert.Throws<ArgumentOutOfRangeException>("index", () => list.Draw(graphics, Point.Empty, index));
1055Assert.Throws<ArgumentOutOfRangeException>("index", () => list.Draw(graphics, Point.Empty, index));