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