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