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