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