1 write to IsSelected
PresentationFramework (1)
System\Windows\Controls\DataGridCell.cs (1)
684
IsSelected
= isSelected;
4 references to IsSelected
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (1)
6347
if ((cell != null) && !cell.
IsSelected
&& !cell.IsKeyboardFocusWithin)
System\Windows\Controls\DataGridCell.cs (3)
323
if (
IsSelected
)
891
if (focusWithin && !isCtrlKeyPressed && !e.Handled &&
IsSelected
)
914
else if (!focusWithin || !
IsSelected
|| isCtrlKeyPressed)