17 references to ContentStringFormatProperty
PresentationFramework (11)
System\Windows\Controls\ContentControl.cs (3)
149
SetValue(
ContentStringFormatProperty
, itemStringFormat);
454
get { return (String) GetValue(
ContentStringFormatProperty
); }
455
set { SetValue(
ContentStringFormatProperty
, value); }
System\Windows\Controls\GridViewColumnHeader.cs (1)
604
else if (dp == GridViewColumnHeader.
ContentStringFormatProperty
)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1751
GridViewColumnHeader.
ContentStringFormatProperty
,
System\Windows\Controls\GroupItem.cs (1)
214
if (!HasNonDefaultValue(
ContentStringFormatProperty
))
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
37
ContentStringFormatProperty
.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnNotifyPropertyChanged, OnCoerceStringFormat));
116
DataGridHelper.TransferProperty(this,
ContentStringFormatProperty
);
426
else if (e.Property == DataGridColumn.HeaderStringFormatProperty || e.Property ==
ContentStringFormatProperty
)
428
DataGridHelper.TransferProperty(this,
ContentStringFormatProperty
);
667
ContentStringFormatProperty
,
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1674
new PropertyAndTransferMode () { Property = ContentControl.
ContentStringFormatProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (5)
46
ContentStringFormatProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(OnNotifyPropertyChanged, CoerceStringFormat));
415
PropertyHelper.TransferProperty(this,
ContentStringFormatProperty
);
437
else if (e.Property ==
ContentStringFormatProperty
|| e.Property == RibbonTab.HeaderStringFormatProperty)
439
PropertyHelper.TransferProperty(this,
ContentStringFormatProperty
);
605
ContentStringFormatProperty
,