1 write to _headerStringFormat
PresentationFramework (1)
System\Windows\Controls\GroupStyle.cs (1)
160set { _headerStringFormat = value; OnPropertyChanged(nameof(HeaderStringFormat)); }
1 reference to _headerStringFormat
PresentationFramework (1)
System\Windows\Controls\GroupStyle.cs (1)
159get { return _headerStringFormat; }