1 reference to Insert
System.Windows.Forms (1)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
193void IList.Insert(int index, object? value) => Insert(index, (string)value!);