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