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