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