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