2 references to ContainerStyle
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
174Style style = groupStyle.ContainerStyle;
System\Windows\Controls\GroupStyle.cs (1)
118set { _containerStyle = value; OnPropertyChanged(nameof(ContainerStyle)); }