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)
3424
return
_focusedCell
;
3428
if (
_focusedCell
!= value)
3430
if (
_focusedCell
!= null)
3432
UpdateCurrentCell(
_focusedCell
, false);
3435
if (
_focusedCell
!= null)
3437
UpdateCurrentCell(
_focusedCell
, true);