1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3401_focusedCell = value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3391return _focusedCell; 3395if (_focusedCell != value) 3397if (_focusedCell != null) 3399UpdateCurrentCell(_focusedCell, false); 3402if (_focusedCell != null) 3404UpdateCurrentCell(_focusedCell, true);