5 references to Insert
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (5)
2748collection.Insert(0, key, text, imageIndex); 2919Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "key", "text", 1)); 2935Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "key", "text", 1)); 2980Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "key", "text", 1)); 3003Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "key", "text", 1));