2 references to GetEffectiveStringFormat
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
1107stringFormat = Helper.GetEffectiveStringFormat(stringFormat);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2664SetValue(Feature.EffectiveStringFormat, Helper.GetEffectiveStringFormat(stringFormat), null);