5 references to Insert
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (5)
2728collection.Insert(0, key, text); 2918Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "key", "text")); 2934Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "key", "text")); 2979Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "key", "text")); 3002Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "key", "text"));