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