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