3 references to IsSelectionActiveProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
202return (bool) element.GetValue(IsSelectionActiveProperty);
src\Framework\System\Windows\Controls\TreeView.cs (1)
776if ((bool)GetValue(Selector.IsSelectionActiveProperty) != isSelectionActive)
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
186public static readonly DependencyProperty IsSelectionActiveProperty = Selector.IsSelectionActiveProperty.AddOwner(typeof(TreeViewItem));