5 references to Insert
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (5)
2708collection.Insert(0, text); 2917Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "text")); 2933Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(-1, "text")); 2978Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "text")); 3001Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.Insert(index, "text"));