17 references to ContentStringFormatProperty
PresentationFramework (11)
System\Windows\Controls\ContentControl.cs (3)
140
SetValue(
ContentStringFormatProperty
, itemStringFormat);
445
get { return (String) GetValue(
ContentStringFormatProperty
); }
446
set { SetValue(
ContentStringFormatProperty
, value); }
System\Windows\Controls\GridViewColumnHeader.cs (1)
600
else if (dp == GridViewColumnHeader.
ContentStringFormatProperty
)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1748
GridViewColumnHeader.
ContentStringFormatProperty
,
System\Windows\Controls\GroupItem.cs (1)
206
if (!HasNonDefaultValue(
ContentStringFormatProperty
))
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
32
ContentStringFormatProperty
.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnNotifyPropertyChanged, OnCoerceStringFormat));
111
DataGridHelper.TransferProperty(this,
ContentStringFormatProperty
);
421
else if (e.Property == DataGridColumn.HeaderStringFormatProperty || e.Property ==
ContentStringFormatProperty
)
423
DataGridHelper.TransferProperty(this,
ContentStringFormatProperty
);
662
ContentStringFormatProperty
,
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1669
new PropertyAndTransferMode () { Property = ContentControl.
ContentStringFormatProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (5)
44
ContentStringFormatProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(OnNotifyPropertyChanged, CoerceStringFormat));
413
PropertyHelper.TransferProperty(this,
ContentStringFormatProperty
);
435
else if (e.Property ==
ContentStringFormatProperty
|| e.Property == RibbonTab.HeaderStringFormatProperty)
437
PropertyHelper.TransferProperty(this,
ContentStringFormatProperty
);
603
ContentStringFormatProperty
,