2 writes to AllowEdit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (2)
2755policy.AllowEdit = false; 9509AllowEdit= listManager.AllowEdit && !gridReadOnly;
2 references to AllowEdit
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGrid.cs (2)
4168if (policy.AllowEdit && CurrentCell.Equals(target)) { 5946myGridTable.ReadOnly || this.ReadOnly || !policy.AllowEdit,