2 references to SelectionBoxItemPropertyKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
410public static readonly DependencyProperty SelectionBoxItemProperty = SelectionBoxItemPropertyKey.DependencyProperty; 418private set { SetValue(SelectionBoxItemPropertyKey, value); }