4 writes to CurrentCellContainer
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
2970CurrentCellContainer = cell; 2975CurrentCellContainer = null; 6740CurrentCellContainer = TryFindCell(item, column); 6745CurrentCellContainer = TryFindCell(item, column);
30 references to CurrentCellContainer
PresentationFramework (30)
System\Windows\Controls\DataGrid.cs (28)
2087bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2122DataGridCell cell = CurrentCellContainer; 2152cell = CurrentCellContainer; 2153if (CurrentCellContainer == null) 2158cell = CurrentCellContainer; 2288return ((source == this) || (source == null)) ? CurrentCellContainer : DataGridHelper.FindVisualParent<DataGridCell>(source); 2335DataGridCell cell = CurrentCellContainer; 2503DataGridCell cell = CurrentCellContainer; 2688DataGridCell cell = CurrentCellContainer; 2916cell = dataGrid.CurrentCellContainer; 2921cell = dataGrid.CurrentCellContainer; 3031DataGridCell cell = CurrentCellContainer; 3045DataGridCell cell = CurrentCellContainer; 3158DataGridCell cellContainer = CurrentCellContainer; 3171cellContainer = CurrentCellContainer; 3216DataGridCell currentCell = CurrentCellContainer; 3233return EndEdit(CancelEditCommand, CurrentCellContainer, editingUnit, true); 3281return EndEdit(CommitEditCommand, CurrentCellContainer, editingUnit, exitEditingMode); 5540DataGridCell currentCellContainer = CurrentCellContainer; 5874DataGridCell currentCellContainer = CurrentCellContainer; 5939DataGridCell currentCellContainer = CurrentCellContainer; 5977currentCellContainer = CurrentCellContainer; 5990if (newCell == null && CurrentCellContainer != null && CurrentCellContainer.IsKeyboardFocusWithin) 5992newCell = CurrentCellContainer; 6253if ((cell != null) && (cell != CurrentCellContainer)) 6741if (CurrentCellContainer == null) 6748if (CurrentCellContainer == null)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
284DataGridCell cell = DataGridOwner.CurrentCellContainer;
System\Windows\Controls\DataGridTextColumn.cs (1)
266DataGridCell cell = DataGridOwner.CurrentCellContainer;