5 implementations of AllowNew
System (1)
compmod\system\componentmodel\BindingList.cs (1)
383/* private */ bool IBindingList.AllowNew {
System.Data (2)
fx\src\data\System\Data\DataView.cs (1)
986bool IBindingList.AllowNew {
fx\src\data\System\Data\DataViewManager.cs (1)
208bool IBindingList.AllowNew {
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
156bool IBindingList.AllowNew
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1851public virtual bool AllowNew {
4 references to AllowNew
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
561get { return !IsEditingItem && InternalList.AllowNew; }
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
518allowNew = (bindingSource as IBindingList).AllowNew;
winforms\Managed\System\WinForms\BindingSource.cs (1)
162return ((IBindingList)List).AllowNew;
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
104return ((IBindingList)list).AllowNew;