4 references to IsReadOnly
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2135if ((cell != null) && !cell.IsReadOnly && !cell.IsEditing) 3076return cell.IsReadOnly;
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
913if (!IsEditing && !IsReadOnly)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
682if (null != cell && !cell.IsEditing && !cell.IsReadOnly && null != this.dataGrid.SelectedItem)