4 writes to CurrentCellContainer
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
2998CurrentCellContainer = cell; 3003CurrentCellContainer = null; 6789CurrentCellContainer = TryFindCell(item, column); 6794CurrentCellContainer = TryFindCell(item, column);
30 references to CurrentCellContainer
PresentationFramework (30)
src\Framework\System\Windows\Controls\DataGrid.cs (28)
2099bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2134DataGridCell cell = CurrentCellContainer; 2164cell = CurrentCellContainer; 2165if (CurrentCellContainer == null) 2170cell = CurrentCellContainer; 2304return ((source == this) || (source == null)) ? CurrentCellContainer : DataGridHelper.FindVisualParent<DataGridCell>(source); 2351DataGridCell cell = CurrentCellContainer; 2525DataGridCell cell = CurrentCellContainer; 2713DataGridCell cell = CurrentCellContainer; 2941cell = dataGrid.CurrentCellContainer; 2946cell = dataGrid.CurrentCellContainer; 3059DataGridCell cell = CurrentCellContainer; 3073DataGridCell cell = CurrentCellContainer; 3189DataGridCell cellContainer = CurrentCellContainer; 3202cellContainer = CurrentCellContainer; 3247DataGridCell currentCell = CurrentCellContainer; 3264return EndEdit(CancelEditCommand, CurrentCellContainer, editingUnit, true); 3312return EndEdit(CommitEditCommand, CurrentCellContainer, editingUnit, exitEditingMode); 5586DataGridCell currentCellContainer = CurrentCellContainer; 5920DataGridCell currentCellContainer = CurrentCellContainer; 5985DataGridCell currentCellContainer = CurrentCellContainer; 6023currentCellContainer = CurrentCellContainer; 6039if (newCell == null && CurrentCellContainer != null && CurrentCellContainer.IsKeyboardFocusWithin) 6041newCell = CurrentCellContainer; 6302if ((cell != null) && (cell != CurrentCellContainer)) 6790if (CurrentCellContainer == null) 6797if (CurrentCellContainer == null)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
292DataGridCell cell = DataGridOwner.CurrentCellContainer;
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
270DataGridCell cell = DataGridOwner.CurrentCellContainer;