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