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