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