4 writes to CurrentCellContainer
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
2993CurrentCellContainer = cell; 2998CurrentCellContainer = null; 6784CurrentCellContainer = TryFindCell(item, column); 6789CurrentCellContainer = TryFindCell(item, column);
30 references to CurrentCellContainer
PresentationFramework (30)
System\Windows\Controls\DataGrid.cs (28)
2095bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2130DataGridCell cell = CurrentCellContainer; 2160cell = CurrentCellContainer; 2161if (CurrentCellContainer == null) 2166cell = CurrentCellContainer; 2299return ((source == this) || (source == null)) ? CurrentCellContainer : DataGridHelper.FindVisualParent<DataGridCell>(source); 2346DataGridCell cell = CurrentCellContainer; 2520DataGridCell cell = CurrentCellContainer; 2708DataGridCell cell = CurrentCellContainer; 2936cell = dataGrid.CurrentCellContainer; 2941cell = dataGrid.CurrentCellContainer; 3054DataGridCell cell = CurrentCellContainer; 3068DataGridCell cell = CurrentCellContainer; 3184DataGridCell cellContainer = CurrentCellContainer; 3197cellContainer = CurrentCellContainer; 3242DataGridCell currentCell = CurrentCellContainer; 3259return EndEdit(CancelEditCommand, CurrentCellContainer, editingUnit, true); 3307return EndEdit(CommitEditCommand, CurrentCellContainer, editingUnit, exitEditingMode); 5581DataGridCell currentCellContainer = CurrentCellContainer; 5915DataGridCell currentCellContainer = CurrentCellContainer; 5980DataGridCell currentCellContainer = CurrentCellContainer; 6018currentCellContainer = CurrentCellContainer; 6034if (newCell == null && CurrentCellContainer != null && CurrentCellContainer.IsKeyboardFocusWithin) 6036newCell = CurrentCellContainer; 6297if ((cell != null) && (cell != CurrentCellContainer)) 6785if (CurrentCellContainer == null) 6792if (CurrentCellContainer == null)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
291DataGridCell cell = DataGridOwner.CurrentCellContainer;
System\Windows\Controls\DataGridTextColumn.cs (1)
269DataGridCell cell = DataGridOwner.CurrentCellContainer;