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