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