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 579if (string.IsNullOrEmpty(SelectedValuePath)) 756binding.XPath = SelectedValuePath; 761binding.Path = new PropertyPath(SelectedValuePath); 2169if (String.IsNullOrEmpty(SelectedValuePath))