5 references to Insert
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (5)
2750collection.Insert(0, key, text, imageIndex); 2921Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "key", "text", 1)); 2937Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "key", "text", 1)); 2982Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "key", "text", 1)); 3005Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "key", "text", 1));