4 writes to CurrentCellContainer
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
2957CurrentCellContainer = cell; 2962CurrentCellContainer = null; 6727CurrentCellContainer = TryFindCell(item, column); 6732CurrentCellContainer = TryFindCell(item, column);
30 references to CurrentCellContainer
PresentationFramework (30)
System\Windows\Controls\DataGrid.cs (28)
2074bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2109DataGridCell cell = CurrentCellContainer; 2139cell = CurrentCellContainer; 2140if (CurrentCellContainer == null) 2145cell = CurrentCellContainer; 2275return ((source == this) || (source == null)) ? CurrentCellContainer : DataGridHelper.FindVisualParent<DataGridCell>(source); 2322DataGridCell cell = CurrentCellContainer; 2490DataGridCell cell = CurrentCellContainer; 2675DataGridCell cell = CurrentCellContainer; 2903cell = dataGrid.CurrentCellContainer; 2908cell = dataGrid.CurrentCellContainer; 3018DataGridCell cell = CurrentCellContainer; 3032DataGridCell cell = CurrentCellContainer; 3145DataGridCell cellContainer = CurrentCellContainer; 3158cellContainer = CurrentCellContainer; 3203DataGridCell currentCell = CurrentCellContainer; 3220return EndEdit(CancelEditCommand, CurrentCellContainer, editingUnit, true); 3268return EndEdit(CommitEditCommand, CurrentCellContainer, editingUnit, exitEditingMode); 5527DataGridCell currentCellContainer = CurrentCellContainer; 5861DataGridCell currentCellContainer = CurrentCellContainer; 5926DataGridCell currentCellContainer = CurrentCellContainer; 5964currentCellContainer = CurrentCellContainer; 5977if (newCell == null && CurrentCellContainer != null && CurrentCellContainer.IsKeyboardFocusWithin) 5979newCell = CurrentCellContainer; 6240if ((cell != null) && (cell != CurrentCellContainer)) 6728if (CurrentCellContainer == null) 6735if (CurrentCellContainer == null)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
280DataGridCell cell = DataGridOwner.CurrentCellContainer;
System\Windows\Controls\DataGridTextColumn.cs (1)
265DataGridCell cell = DataGridOwner.CurrentCellContainer;