2 references to SelectionBoxItemTemplatePropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
268
public static readonly DependencyProperty SelectionBoxItemTemplateProperty =
SelectionBoxItemTemplatePropertyKey
.DependencyProperty;
276
private set { SetValue(
SelectionBoxItemTemplatePropertyKey
, value); }