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