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