3 references to IsReadOnly
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (2)
2116if ((cell != null) && !cell.IsReadOnly && !cell.IsEditing) 3041return cell.IsReadOnly;
System\Windows\Controls\DataGridCell.cs (1)
899if (!IsEditing && !IsReadOnly)