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