6 references to ContentStringFormat
PresentationFramework (6)
System\Windows\Controls\ContentPresenter.cs (6)
712
binding.StringFormat =
ContentStringFormat
;
735
binding.StringFormat =
ContentStringFormat
;
759
binding.StringFormat =
ContentStringFormat
;
889
string format =
ContentStringFormat
;
936
return (String.IsNullOrEmpty(
ContentStringFormat
)) ? XmlNodeContentTemplate : FormattingXmlNodeContentTemplate;
1100
if ((stringFormat = container.
ContentStringFormat
) != null)