5 writes to StringFormat
PresentationFramework (5)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
49
binding.
StringFormat
= _stringFormat;
64
binding.
StringFormat
= _stringFormat;
System\Windows\Controls\ContentPresenter.cs (3)
712
binding.
StringFormat
= ContentStringFormat;
735
binding.
StringFormat
= ContentStringFormat;
759
binding.
StringFormat
= ContentStringFormat;
3 references to StringFormat
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (2)
2603
string stringFormat = ParentBindingBase.
StringFormat
;
2618
stringFormat = be.ParentBindingBase.
StringFormat
;
System\Windows\Data\MultiBinding.cs (1)
346
if (Converter == null && String.IsNullOrEmpty(
StringFormat
))