1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3408
_focusedCell
= value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3398
return
_focusedCell
;
3402
if (
_focusedCell
!= value)
3404
if (
_focusedCell
!= null)
3406
UpdateCurrentCell(
_focusedCell
, false);
3409
if (
_focusedCell
!= null)
3411
UpdateCurrentCell(
_focusedCell
, true);