6 writes to StringFormat
PresentationFramework (5)
src\Framework\MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
51
binding.
StringFormat
= _stringFormat;
66
binding.
StringFormat
= _stringFormat;
src\Framework\System\Windows\Controls\ContentPresenter.cs (3)
714
binding.
StringFormat
= ContentStringFormat;
737
binding.
StringFormat
= ContentStringFormat;
761
binding.
StringFormat
= ContentStringFormat;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
75
StringFormat
= TransitionNameToolTip + Environment.NewLine + SR.EditTransitionTooltip + Environment.NewLine + SR.CopyTransitionToolTip
3 references to StringFormat
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
2602
string stringFormat = ParentBindingBase.
StringFormat
;
2617
stringFormat = be.ParentBindingBase.
StringFormat
;
src\Framework\System\Windows\Data\MultiBinding.cs (1)
351
if (Converter == null && String.IsNullOrEmpty(
StringFormat
))