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