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