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