2 references to AddNewCore
System.ComponentModel.TypeConverter (2)
System\ComponentModel\BindingList.cs (2)
282
/// Adds a new item to the list. Calls <see cref="
AddNewCore
" /> to create and add the item.
295
object? newItem =
AddNewCore
();