6 references to ContentStringFormat
PresentationFramework (6)
src\Framework\System\Windows\Controls\ContentPresenter.cs (6)
714
binding.StringFormat =
ContentStringFormat
;
737
binding.StringFormat =
ContentStringFormat
;
761
binding.StringFormat =
ContentStringFormat
;
891
string format =
ContentStringFormat
;
938
return (String.IsNullOrEmpty(
ContentStringFormat
)) ? XmlNodeContentTemplate : FormattingXmlNodeContentTemplate;
1103
if ((stringFormat = container.
ContentStringFormat
) != null)