1 write to ContentStringFormat
PresentationFramework (1)
src\Framework\System\Windows\Controls\GroupItem.cs (1)
217this.ContentStringFormat = groupStyle.HeaderStringFormat;
3 references to ContentStringFormat
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
887stringFormat = contentControl.ContentStringFormat;
src\Framework\System\Windows\Controls\TabControl.cs (2)
583if (tabItem.ContentTemplate != null || tabItem.ContentTemplateSelector != null || tabItem.ContentStringFormat != null) 587SelectedContentStringFormat = tabItem.ContentStringFormat;