1 write to _hidesIfEmpty
PresentationFramework (1)
System\Windows\Controls\GroupStyle.cs (1)
172set { _hidesIfEmpty = value; OnPropertyChanged("HidesIfEmpty"); }
1 reference to _hidesIfEmpty
PresentationFramework (1)
System\Windows\Controls\GroupStyle.cs (1)
171get { return _hidesIfEmpty; }