17 references to ContentStringFormatProperty
PresentationFramework (11)
System\Windows\Controls\ContentControl.cs (3)
139SetValue(ContentStringFormatProperty, itemStringFormat); 444get { return (String) GetValue(ContentStringFormatProperty); } 445set { SetValue(ContentStringFormatProperty, value); }
System\Windows\Controls\GridViewColumnHeader.cs (1)
593else if (dp == GridViewColumnHeader.ContentStringFormatProperty)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1746GridViewColumnHeader.ContentStringFormatProperty,
System\Windows\Controls\GroupItem.cs (1)
205if (!HasNonDefaultValue(ContentStringFormatProperty))
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
31ContentStringFormatProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(null, OnNotifyPropertyChanged, OnCoerceStringFormat)); 110DataGridHelper.TransferProperty(this, ContentStringFormatProperty); 411else if (e.Property == DataGridColumn.HeaderStringFormatProperty || e.Property == ContentStringFormatProperty) 413DataGridHelper.TransferProperty(this, ContentStringFormatProperty); 649ContentStringFormatProperty,
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1648new PropertyAndTransferMode () { Property = ContentControl.ContentStringFormatProperty, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (5)
43ContentStringFormatProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(OnNotifyPropertyChanged, CoerceStringFormat)); 412PropertyHelper.TransferProperty(this, ContentStringFormatProperty); 434else if (e.Property == ContentStringFormatProperty || e.Property == RibbonTab.HeaderStringFormatProperty) 436PropertyHelper.TransferProperty(this, ContentStringFormatProperty); 599ContentStringFormatProperty,