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