1 write to FocusedCell
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
553owner.FocusedCell = null;
3 references to FocusedCell
PresentationFramework (3)
System\Windows\Controls\DataGridCell.cs (2)
551if (owner != null && !cell.IsKeyboardFocusWithin && owner.FocusedCell == cell) 564owner?.FocusedCell = cell;
System\Windows\Controls\DataGridCellsPanel.cs (1)
1076if ((cell != null && (cell.IsEditing || cell.IsKeyboardFocusWithin || cell == parentDataGrid.FocusedCell)) ||