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