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