1 write to _focusedCell
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
3439_focusedCell = value;
6 references to _focusedCell
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (6)
3429return _focusedCell; 3433if (_focusedCell != value) 3435if (_focusedCell != null) 3437UpdateCurrentCell(_focusedCell, false); 3440if (_focusedCell != null) 3442UpdateCurrentCell(_focusedCell, true);