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 598if (string.IsNullOrEmpty(SelectedValuePath)) 775binding.XPath = SelectedValuePath; 780binding.Path = new PropertyPath(SelectedValuePath); 2223if (String.IsNullOrEmpty(SelectedValuePath))