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