3 implementations of AllowNew
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
353bool IBindingList.AllowNew => AllowNew;
System.Data.Common (2)
System\Data\DataView.cs (1)
941bool IBindingList.AllowNew => AllowNew;
System\Data\DataViewManager.cs (1)
200bool IBindingList.AllowNew => false;
1 reference to AllowNew
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
554get { return !IsEditingItem && InternalList.AllowNew; }