2 references to AllowAdd
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (2)
88
return CurrencyManager is { List: IBindingList { SupportsChangeNotification: true },
AllowAdd
: true };
163
Debug.Assert(CurrencyManager.
AllowAdd
, "why did we call AddNew on the currency manager when the currency manager does not allow new rows?");