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