2 writes to AllowRemove
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (2)
2754policy.AllowRemove = false; 9510AllowRemove = listManager.AllowRemove && !gridReadOnly && bl != null && bl.SupportsChangeNotification; // bug 86061
1 reference to AllowRemove
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGrid.cs (1)
8078if (policy.AllowRemove && numSelectedRows > 0) {