1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3395_focusedCell = value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3385return _focusedCell; 3389if (_focusedCell != value) 3391if (_focusedCell != null) 3393UpdateCurrentCell(_focusedCell, false); 3396if (_focusedCell != null) 3398UpdateCurrentCell(_focusedCell, true);