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)
993
bool IBindingList.
AllowEdit
{
fx\src\data\System\Data\DataViewManager.cs (1)
217
bool IBindingList.
AllowEdit
{
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
161
bool IBindingList.
AllowEdit
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1835
public virtual bool
AllowEdit
{
2 references to AllowEdit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1838
return ((IBindingList) List).
AllowEdit
;
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
119
return ((IBindingList)list).
AllowEdit
;