7 references to Insert
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (1)
324
Insert
(index, subItem);
System.Windows.Forms.Tests (6)
System\Windows\Forms\ListViewSubItemCollectionTests.cs (6)
623
collection.
Insert
(1, subItem);
637
collection.
Insert
(0, subItem);
652
Assert.Throws<ArgumentNullException>("item", () => collection.
Insert
(1, null));
662
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
Insert
(index, null));
1060
listViewItem.SubItems.
Insert
(0, subItem1);
1061
listViewItem.SubItems.
Insert
(1, subItem2);