3 implementations of AllowEdit
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
368bool IBindingList.AllowEdit => AllowEdit;
System.Data.Common (2)
System\Data\DataView.cs (1)
943bool IBindingList.AllowEdit => AllowEdit;
System\Data\DataViewManager.cs (1)
206bool IBindingList.AllowEdit => false;