1 write to _focusedCell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
3395
_focusedCell
= value;
6 references to _focusedCell
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
3385
return
_focusedCell
;
3389
if (
_focusedCell
!= value)
3391
if (
_focusedCell
!= null)
3393
UpdateCurrentCell(
_focusedCell
, false);
3396
if (
_focusedCell
!= null)
3398
UpdateCurrentCell(
_focusedCell
, true);