2 references to SelectionBoxItemPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
248
public static readonly DependencyProperty SelectionBoxItemProperty =
SelectionBoxItemPropertyKey
.DependencyProperty;
256
private set { SetValue(
SelectionBoxItemPropertyKey
, value); }