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