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)
3397
return
_focusedCell
;
3401
if (
_focusedCell
!= value)
3403
if (
_focusedCell
!= null)
3405
UpdateCurrentCell(
_focusedCell
, false);
3408
if (
_focusedCell
!= null)
3410
UpdateCurrentCell(
_focusedCell
, true);