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