1 write to _headerStringFormat
PresentationFramework (1)
src\Framework\System\Windows\Controls\GroupStyle.cs (1)
164set { _headerStringFormat = value; OnPropertyChanged("HeaderStringFormat"); }
1 reference to _headerStringFormat
PresentationFramework (1)
src\Framework\System\Windows\Controls\GroupStyle.cs (1)
163get { return _headerStringFormat; }