4 references to SelectedValuePath
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
575
if (string.IsNullOrEmpty(
SelectedValuePath
))
753
binding.XPath =
SelectedValuePath
;
758
binding.Path = new PropertyPath(
SelectedValuePath
);
2166
if (String.IsNullOrEmpty(
SelectedValuePath
))