I have a theme that is applied to all buttons in a resource dictionary. Now I want to add a trigger to the button while inheriting the style changes from the dictionary. I t
I think there is no base style defined for "control" so your BasedOn="{StaticResource {x:Type Control}}" part won't find anything.
BasedOn="{StaticResource {x:Type Control}}"
You probably want to change