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