6 references to IsReadOnly
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (6)
294if (!readOnly && !IsReadOnly()) { 309if (isSelected && editingRow == rowNum && !IsReadOnly()) { 328if (isSelected && editingRow == rowNum && !IsReadOnly()) { 395if (isSelected && editingRow == rowNum && !IsReadOnly()) { 409if (IsReadOnly() && isSelected && source.Position == rowNum) { 467if (!this.AllowNull || IsReadOnly())