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