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 576if (string.IsNullOrEmpty(SelectedValuePath)) 754binding.XPath = SelectedValuePath; 759binding.Path = new PropertyPath(SelectedValuePath); 2167if (String.IsNullOrEmpty(SelectedValuePath))