4 references to Insert
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
363void IList.Insert(int index, object? item) => Insert(index, item!);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (3)
144_selectedColumns.Items.Insert(selectedIndex, new ListBoxItem(newColumn!, this, newColumnDesigner)); 667_selectedColumns.Items.Insert(selectedIndex + 1, item); 713_selectedColumns.Items.Insert(selectedIndex, item);