6 references to ContentStringFormatProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\ContentPresenter.cs (3)
384get { return (String) GetValue(ContentStringFormatProperty); } 385set { SetValue(ContentStringFormatProperty, value); } 616SetValue(ContentStringFormatProperty, stringFormat);
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
1230!IsValueDefined(ContentPresenter.ContentStringFormatProperty)) 1237SetValue(ContentPresenter.ContentStringFormatProperty, new TemplateBindingExtension(dpContentStringFormat));
src\Framework\System\Windows\TemplateContent.cs (1)
1370pv.Property = ContentPresenter.ContentStringFormatProperty;