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