1 reference to IsCurrentCellReadOnly
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
2095bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError;