6 references to ContentStringFormatProperty
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (3)
374get { return (String) GetValue(ContentStringFormatProperty); } 375set { SetValue(ContentStringFormatProperty, value); } 606SetValue(ContentStringFormatProperty, stringFormat);
System\Windows\FrameworkElementFactory.cs (2)
1195!IsValueDefined(ContentPresenter.ContentStringFormatProperty)) 1202SetValue(ContentPresenter.ContentStringFormatProperty, new TemplateBindingExtension(dpContentStringFormat));
System\Windows\TemplateContent.cs (1)
1305Property = ContentPresenter.ContentStringFormatProperty