1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3434_focusedCell = value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3424return _focusedCell; 3428if (_focusedCell != value) 3430if (_focusedCell != null) 3432UpdateCurrentCell(_focusedCell, false); 3435if (_focusedCell != null) 3437UpdateCurrentCell(_focusedCell, true);