4 references to SelectedValuePath
PresentationFramework (4)
src\Framework\System\Windows\Controls\TreeView.cs (4)
99/// Specifies the a value on the selected item as defined by <see cref="SelectedValuePath" />. 119/// The DependencyProperty for the <see cref="SelectedValuePath"/> property. 328binding.XPath = SelectedValuePath; 333binding.Path = new PropertyPath(SelectedValuePath);