6 references to ContentStringFormatProperty
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (3)
382get { return (String) GetValue(ContentStringFormatProperty); } 383set { SetValue(ContentStringFormatProperty, value); } 614SetValue(ContentStringFormatProperty, stringFormat);
System\Windows\FrameworkElementFactory.cs (2)
1206!IsValueDefined(ContentPresenter.ContentStringFormatProperty)) 1213SetValue(ContentPresenter.ContentStringFormatProperty, new TemplateBindingExtension(dpContentStringFormat));
System\Windows\TemplateContent.cs (1)
1306pv.Property = ContentPresenter.ContentStringFormatProperty;