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.
328
binding.XPath =
SelectedValuePath
;
333
binding.Path = new PropertyPath(
SelectedValuePath
);