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