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