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