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