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