4 references to IsSelected
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (1)
6398
if (parentRow != null && !parentRow.
IsSelected
)
System\Windows\Controls\DataGridRow.cs (2)
208
if (
IsSelected
|| IsEditing) // this is slightly different than SL because they assume if it's editing it will be selected.
730
visibility = row.
IsSelected
&& hasDetailsTemplate && isRealItem ? Visibility.Visible : Visibility.Collapsed;
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
540
return parent.
IsSelected
;