6 references to SelectedValuePath
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (6)
454
/// "value" evaluates to x, using the current setting of <seealso cref="
SelectedValuePath
"/>.
458
/// using the current setting of <seealso cref="
SelectedValuePath
"/>, or null
598
if (string.IsNullOrEmpty(
SelectedValuePath
))
775
binding.XPath =
SelectedValuePath
;
780
binding.Path = new PropertyPath(
SelectedValuePath
);
2223
if (String.IsNullOrEmpty(
SelectedValuePath
))