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