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