1 write to _containerStyle
PresentationFramework (1)
System\Windows\Controls\GroupStyle.cs (1)
118
set {
_containerStyle
= value; OnPropertyChanged("ContainerStyle"); }
1 reference to _containerStyle
PresentationFramework (1)
System\Windows\Controls\GroupStyle.cs (1)
117
get { return
_containerStyle
; }