4 writes to CurrentCellContainer
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
2963CurrentCellContainer = cell; 2968CurrentCellContainer = null; 6733CurrentCellContainer = TryFindCell(item, column); 6738CurrentCellContainer = TryFindCell(item, column);
30 references to CurrentCellContainer
PresentationFramework (30)
System\Windows\Controls\DataGrid.cs (28)
2080bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2115DataGridCell cell = CurrentCellContainer; 2145cell = CurrentCellContainer; 2146if (CurrentCellContainer == null) 2151cell = CurrentCellContainer; 2281return ((source == this) || (source == null)) ? CurrentCellContainer : DataGridHelper.FindVisualParent<DataGridCell>(source); 2328DataGridCell cell = CurrentCellContainer; 2496DataGridCell cell = CurrentCellContainer; 2681DataGridCell cell = CurrentCellContainer; 2909cell = dataGrid.CurrentCellContainer; 2914cell = dataGrid.CurrentCellContainer; 3024DataGridCell cell = CurrentCellContainer; 3038DataGridCell cell = CurrentCellContainer; 3151DataGridCell cellContainer = CurrentCellContainer; 3164cellContainer = CurrentCellContainer; 3209DataGridCell currentCell = CurrentCellContainer; 3226return EndEdit(CancelEditCommand, CurrentCellContainer, editingUnit, true); 3274return EndEdit(CommitEditCommand, CurrentCellContainer, editingUnit, exitEditingMode); 5533DataGridCell currentCellContainer = CurrentCellContainer; 5867DataGridCell currentCellContainer = CurrentCellContainer; 5932DataGridCell currentCellContainer = CurrentCellContainer; 5970currentCellContainer = CurrentCellContainer; 5983if (newCell == null && CurrentCellContainer != null && CurrentCellContainer.IsKeyboardFocusWithin) 5985newCell = CurrentCellContainer; 6246if ((cell != null) && (cell != CurrentCellContainer)) 6734if (CurrentCellContainer == null) 6741if (CurrentCellContainer == null)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
280DataGridCell cell = DataGridOwner.CurrentCellContainer;
System\Windows\Controls\DataGridTextColumn.cs (1)
265DataGridCell cell = DataGridOwner.CurrentCellContainer;