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