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