4 writes to CurrentCellContainer
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
2969CurrentCellContainer = cell; 2974CurrentCellContainer = null; 6739CurrentCellContainer = TryFindCell(item, column); 6744CurrentCellContainer = TryFindCell(item, column);
30 references to CurrentCellContainer
PresentationFramework (30)
System\Windows\Controls\DataGrid.cs (28)
2086bool canExecute = !IsReadOnly && (CurrentCellContainer != null) && !IsEditingCurrentCell && !IsCurrentCellReadOnly && !HasCellValidationError; 2121DataGridCell cell = CurrentCellContainer; 2151cell = CurrentCellContainer; 2152if (CurrentCellContainer == null) 2157cell = CurrentCellContainer; 2287return ((source == this) || (source == null)) ? CurrentCellContainer : DataGridHelper.FindVisualParent<DataGridCell>(source); 2334DataGridCell cell = CurrentCellContainer; 2502DataGridCell cell = CurrentCellContainer; 2687DataGridCell cell = CurrentCellContainer; 2915cell = dataGrid.CurrentCellContainer; 2920cell = dataGrid.CurrentCellContainer; 3030DataGridCell cell = CurrentCellContainer; 3044DataGridCell cell = CurrentCellContainer; 3157DataGridCell cellContainer = CurrentCellContainer; 3170cellContainer = CurrentCellContainer; 3215DataGridCell currentCell = CurrentCellContainer; 3232return EndEdit(CancelEditCommand, CurrentCellContainer, editingUnit, true); 3280return EndEdit(CommitEditCommand, CurrentCellContainer, editingUnit, exitEditingMode); 5539DataGridCell currentCellContainer = CurrentCellContainer; 5873DataGridCell currentCellContainer = CurrentCellContainer; 5938DataGridCell currentCellContainer = CurrentCellContainer; 5976currentCellContainer = CurrentCellContainer; 5989if (newCell == null && CurrentCellContainer != null && CurrentCellContainer.IsKeyboardFocusWithin) 5991newCell = CurrentCellContainer; 6252if ((cell != null) && (cell != CurrentCellContainer)) 6740if (CurrentCellContainer == null) 6747if (CurrentCellContainer == null)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
283DataGridCell cell = DataGridOwner.CurrentCellContainer;
System\Windows\Controls\DataGridTextColumn.cs (1)
265DataGridCell cell = DataGridOwner.CurrentCellContainer;