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