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