6 references to SelectedValuePath
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
435
/// "value" evaluates to x, using the current setting of <seealso cref="
SelectedValuePath
"/>.
439
/// using the current setting of <seealso cref="
SelectedValuePath
"/>, or null
579
if (string.IsNullOrEmpty(
SelectedValuePath
))
756
binding.XPath =
SelectedValuePath
;
761
binding.Path = new PropertyPath(
SelectedValuePath
);
2169
if (String.IsNullOrEmpty(
SelectedValuePath
))