2 writes to FocusedCell
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
564
owner.
FocusedCell
= null;
577
owner.
FocusedCell
= cell;
2 references to FocusedCell
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (1)
562
if (owner != null && !cell.IsKeyboardFocusWithin && owner.
FocusedCell
== cell)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1082
if ((cell != null && (cell.IsEditing || cell.IsKeyboardFocusWithin || cell == parentDataGrid.
FocusedCell
)) ||