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