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