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