2 writes to FocusedCell
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
559owner.FocusedCell = null; 572owner.FocusedCell = cell;
2 references to FocusedCell
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
557if (owner != null && !cell.IsKeyboardFocusWithin && owner.FocusedCell == cell)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
1084if ((cell != null && (cell.IsEditing || cell.IsKeyboardFocusWithin || cell == parentDataGrid.FocusedCell)) ||