2 references to HeaderStringFormat
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
206this.ContentStringFormat = groupStyle.HeaderStringFormat;
System\Windows\Controls\GroupStyle.cs (1)
160set { _headerStringFormat = value; OnPropertyChanged(nameof(HeaderStringFormat)); }