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