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