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