2 references to SelectionBoxItemStringFormatPropertyKey
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
435
public static readonly DependencyProperty SelectionBoxItemStringFormatProperty =
SelectionBoxItemStringFormatPropertyKey
.DependencyProperty;
443
private set { SetValue(
SelectionBoxItemStringFormatPropertyKey
, value); }