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