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