2 references to SelectionBoxItemStringFormatPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
304
public static readonly DependencyProperty SelectionBoxItemStringFormatProperty =
SelectionBoxItemStringFormatPropertyKey
.DependencyProperty;
312
private set { SetValue(
SelectionBoxItemStringFormatPropertyKey
, value); }