2 references to ContentStringFormatProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\TabControl.cs (2)
291get { return (String) GetValue(ContentStringFormatProperty); } 292set { SetValue(ContentStringFormatProperty, value); }