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