2 references to SelectionBoxItemTemplateSelectorPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
286
public static readonly DependencyProperty SelectionBoxItemTemplateSelectorProperty =
SelectionBoxItemTemplateSelectorPropertyKey
.DependencyProperty;
294
private set { SetValue(
SelectionBoxItemTemplateSelectorPropertyKey
, value); }