6 references to SelectedValuePath
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
431/// "value" evaluates to x, using the current setting of <seealso cref="SelectedValuePath"/>. 435/// using the current setting of <seealso cref="SelectedValuePath"/>, or null 575if (string.IsNullOrEmpty(SelectedValuePath)) 753binding.XPath = SelectedValuePath; 758binding.Path = new PropertyPath(SelectedValuePath); 2166if (String.IsNullOrEmpty(SelectedValuePath))