System\Windows\Forms\ImageListTests.cs (6)
934list.Draw(graphics, pt, 0);
949list.Draw(graphics, pt, 0);
963list.Draw(graphics, pt, 0);
1026Assert.Throws<NullReferenceException>(() => list.Draw(null, Point.Empty, 0));
1041Assert.Throws<ArgumentOutOfRangeException>("index", () => list.Draw(graphics, Point.Empty, index));
1057Assert.Throws<ArgumentOutOfRangeException>("index", () => list.Draw(graphics, Point.Empty, index));