1 override of ReadOnly
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
178public override bool ReadOnly
2 writes to ReadOnly
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
533returnValueRow.Cells[this.nameColumn.Index].ReadOnly = true; 534returnValueRow.Cells[this.directionColumn.Index].ReadOnly = true;
20 references to ReadOnly
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
588if (dataGridViewCell.ReadOnly)
winforms\Managed\System\WinForms\DataGridViewCell.cs (7)
605if (value != this.ReadOnly && !this.DataGridView.ReadOnly) 615if (value != this.ReadOnly) 633Debug.Assert(value != this.ReadOnly); 4775if (!this.Owner.ReadOnly) 4916if (AccessibilityImprovements.Level1 && this.owner.ReadOnly) 4995if (this.owner.ReadOnly) 5054if (dataGridViewCell.ReadOnly)
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (4)
201if (oldDataGridViewCell.ReadOnly) 276Debug.Assert(!dataGridViewCell.ReadOnly); 395Debug.Assert(!dataGridViewCell.ReadOnly); 476if (dataGridViewCell.ReadOnly)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
1843if (!this.Owner.ReadOnly) 1888if (!dataGridViewCell.ReadOnly && dataGridViewCell.OwningColumn != null && dataGridViewCell.OwningRow != null)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1509Debug.Assert(!this.ReadOnly);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
13192if (!dataGridViewCell.ReadOnly && 15327!dataGridViewCell.ReadOnly && 17317!this.Rows[this.ptCurrentCell.Y].Cells[this.ptCurrentCell.X].ReadOnly) // Unshares the row 27548if (dataGridViewCell.ReadOnly)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
535Debug.Assert(!this.ReadOnly);