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)
986
bool IBindingList.
AllowNew
{
fx\src\data\System\Data\DataViewManager.cs (1)
208
bool IBindingList.
AllowNew
{
System.Data.Entity (1)
System\Data\Objects\ObjectView.cs (1)
156
bool IBindingList.
AllowNew
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
1851
public virtual bool
AllowNew
{
4 references to AllowNew
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
561
get { return !IsEditingItem && InternalList.
AllowNew
; }
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
518
allowNew = (bindingSource as IBindingList).
AllowNew
;
winforms\Managed\System\WinForms\BindingSource.cs (1)
162
return ((IBindingList)List).
AllowNew
;
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
104
return ((IBindingList)list).
AllowNew
;