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