1 reference to FormattingStringContentTemplate
PresentationFramework (1)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
899
template = (String.IsNullOrEmpty(format)) ? StringContentTemplate :
FormattingStringContentTemplate
;