5 writes to StringFormat
PresentationFramework (5)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
46
StringFormat
= _stringFormat
63
StringFormat
= _stringFormat
System\Windows\Controls\ContentPresenter.cs (3)
705
StringFormat
= ContentStringFormat
732
StringFormat
= ContentStringFormat
760
StringFormat
= ContentStringFormat
3 references to StringFormat
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (2)
2572
string stringFormat = ParentBindingBase.
StringFormat
;
2587
stringFormat = be.ParentBindingBase.
StringFormat
;
System\Windows\Data\MultiBinding.cs (1)
340
if (Converter == null && String.IsNullOrEmpty(
StringFormat
))