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