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