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)
625
collection.
Insert
(1, subItem);
639
collection.
Insert
(0, subItem);
654
Assert.Throws<ArgumentNullException>("item", () => collection.
Insert
(1, null));
664
Assert.Throws<ArgumentOutOfRangeException>("index", () => collection.
Insert
(index, null));
1062
listViewItem.SubItems.
Insert
(0, subItem1);
1063
listViewItem.SubItems.
Insert
(1, subItem2);