1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3407_focusedCell = value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3397return _focusedCell; 3401if (_focusedCell != value) 3403if (_focusedCell != null) 3405UpdateCurrentCell(_focusedCell, false); 3408if (_focusedCell != null) 3410UpdateCurrentCell(_focusedCell, true);