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