5 implementations of AllowEdit
System (1)
compmod\system\componentmodel\BindingList.cs (1)
404/* private */ bool IBindingList.AllowEdit {
System.Data (2)
fx\src\data\System\Data\DataView.cs (1)
993bool IBindingList.AllowEdit {
fx\src\data\System\Data\DataViewManager.cs (1)
217bool IBindingList.AllowEdit {
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
161bool IBindingList.AllowEdit
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1835public virtual bool AllowEdit {
2 references to AllowEdit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1838return ((IBindingList) List).AllowEdit;
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
119return ((IBindingList)list).AllowEdit;