1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3408_focusedCell = value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3398return _focusedCell; 3402if (_focusedCell != value) 3404if (_focusedCell != null) 3406UpdateCurrentCell(_focusedCell, false); 3409if (_focusedCell != null) 3411UpdateCurrentCell(_focusedCell, true);