6 references to ContentStringFormatProperty
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (3)
375get { return (String) GetValue(ContentStringFormatProperty); } 376set { SetValue(ContentStringFormatProperty, value); } 607SetValue(ContentStringFormatProperty, stringFormat);
System\Windows\FrameworkElementFactory.cs (2)
1196!IsValueDefined(ContentPresenter.ContentStringFormatProperty)) 1203SetValue(ContentPresenter.ContentStringFormatProperty, new TemplateBindingExtension(dpContentStringFormat));
System\Windows\TemplateContent.cs (1)
1308Property = ContentPresenter.ContentStringFormatProperty