1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3401
_focusedCell
= value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3391
return
_focusedCell
;
3395
if (
_focusedCell
!= value)
3397
if (
_focusedCell
!= null)
3399
UpdateCurrentCell(
_focusedCell
, false);
3402
if (
_focusedCell
!= null)
3404
UpdateCurrentCell(
_focusedCell
, true);