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