1 write to IsSelected
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
685
IsSelected
= isSelected;
4 references to IsSelected
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (1)
6348
if ((cell != null) && !cell.
IsSelected
&& !cell.IsKeyboardFocusWithin)
System\Windows\Controls\DataGridCell.cs (3)
324
if (
IsSelected
)
892
if (focusWithin && !isCtrlKeyPressed && !e.Handled &&
IsSelected
)
915
else if (!focusWithin || !
IsSelected
|| isCtrlKeyPressed)