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