11 references to Insert
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (8)
412
Insert
(index, columnHeader);
424
Insert
(index, columnHeader);
435
Insert
(index, columnHeader);
445
Insert
(index, columnHeader);
455
Insert
(index, columnHeader);
466
Insert
(index, columnHeader);
478
Insert
(index, columnHeader);
490
Insert
(index, columnHeader);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ColumnHeaderCollectionTests.cs (3)
708
collection.
Insert
(1, header);
821
Assert.Throws<ArgumentNullException>("ch", () => collection.
Insert
(1, (ColumnHeader)null));
831
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
Insert
(index, (ColumnHeader)null));