6 references to SelectedValuePath
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
444/// "value" evaluates to x, using the current setting of <seealso cref="SelectedValuePath"/>. 448/// using the current setting of <seealso cref="SelectedValuePath"/>, or null 588if (string.IsNullOrEmpty(SelectedValuePath)) 765binding.XPath = SelectedValuePath; 770binding.Path = new PropertyPath(SelectedValuePath); 2178if (String.IsNullOrEmpty(SelectedValuePath))