6 references to IsEditingCurrentCell
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (6)
2099bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2437IsEditingCurrentCell ? DataGridEditingUnit.Cell : DataGridEditingUnit.Row; 3228if (IsEditingCurrentCell) 3274else if (IsEditingCurrentCell) 3291if (IsEditingCurrentCell) 3322else if (IsEditingCurrentCell)