1 write to IsSelected
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
697
IsSelected
= isSelected;
4 references to IsSelected
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (1)
6393
if ((cell != null) && !cell.
IsSelected
&& !cell.IsKeyboardFocusWithin)
System\Windows\Controls\DataGridCell.cs (3)
327
if (
IsSelected
)
904
if (focusWithin && !isCtrlKeyPressed && !e.Handled &&
IsSelected
)
927
else if (!focusWithin || !
IsSelected
|| isCtrlKeyPressed)