2 references to SelectionBoxItemPropertyKey
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
392
public static readonly DependencyProperty SelectionBoxItemProperty =
SelectionBoxItemPropertyKey
.DependencyProperty;
400
private set { SetValue(
SelectionBoxItemPropertyKey
, value); }