6 references to ContentStringFormatProperty
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (3)
373
get { return (String) GetValue(
ContentStringFormatProperty
); }
374
set { SetValue(
ContentStringFormatProperty
, value); }
605
SetValue(
ContentStringFormatProperty
, stringFormat);
System\Windows\FrameworkElementFactory.cs (2)
1198
!IsValueDefined(ContentPresenter.
ContentStringFormatProperty
))
1205
SetValue(ContentPresenter.
ContentStringFormatProperty
, new TemplateBindingExtension(dpContentStringFormat));
System\Windows\TemplateContent.cs (1)
1303
pv.Property = ContentPresenter.
ContentStringFormatProperty
;