6 references to ContentStringFormat
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (6)
703
binding.StringFormat =
ContentStringFormat
;
726
binding.StringFormat =
ContentStringFormat
;
750
binding.StringFormat =
ContentStringFormat
;
880
string format =
ContentStringFormat
;
927
return (String.IsNullOrEmpty(
ContentStringFormat
)) ? XmlNodeContentTemplate : FormattingXmlNodeContentTemplate;
1091
if ((stringFormat = container.
ContentStringFormat
) != null)