4 references to Insert
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
363
void 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);