2 references to AllowRemove
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (1)
9510AllowRemove = listManager.AllowRemove && !gridReadOnly && bl != null && bl.SupportsChangeNotification; // bug 86061
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
128return (this.currencyManager.List is IBindingList) && this.currencyManager.AllowRemove && ((IBindingList)this.currencyManager.List).SupportsChangeNotification;