6 references to SelectedValuePath
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
432
/// "value" evaluates to x, using the current setting of <seealso cref="
SelectedValuePath
"/>.
436
/// using the current setting of <seealso cref="
SelectedValuePath
"/>, or null
576
if (string.IsNullOrEmpty(
SelectedValuePath
))
754
binding.XPath =
SelectedValuePath
;
759
binding.Path = new PropertyPath(
SelectedValuePath
);
2167
if (String.IsNullOrEmpty(
SelectedValuePath
))