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