When I add this style, it breaks my application with a StackOverflowException.
<Style TargetType="GroupBox" BasedOn="{StaticResource {x:Type GroupBox}}" >
<!-- <Setter Property="Background" Value="{DynamicResource WindowBackgroundBrush}" /> -->
</Style>
In case it matters, I'm using the ShinyBlue theme.
Any ideas what would cause this?