5 references to SelectedValuePath
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1393selectedValuePath = _firstGallery.SelectedValuePath;
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
780/// Specifies the value on the selected item as defined by <see cref="SelectedValuePath" />. 1473itemBinding.XPath = SelectedValuePath; 1478itemBinding.Path = new PropertyPath(SelectedValuePath); 1484if (string.IsNullOrEmpty(SelectedValuePath))