4 references to AllowAdd
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (2)
9506if (AllowAdd != listManager.AllowAdd && !gridReadOnly) 9508AllowAdd= listManager.AllowAdd && !gridReadOnly && bl != null && bl.SupportsChangeNotification;
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (2)
97return (this.currencyManager.List is IBindingList) && this.currencyManager.AllowAdd && ((IBindingList)this.currencyManager.List).SupportsChangeNotification; 259Debug.Assert(this.currencyManager.AllowAdd, "why did we call AddNew on the currency manager when the currency manager does not allow new rows?");