Ignore global style for specific control and it's children
问题 I've done my best to ensure this isn't an exact duplicate of other questions and have tried quite a few possible solutions. Maybe I'm just not doing the right searches. The problem I have a resource dictionary with a bunch of default styles. For example, most control types have a default height of 26 to provide some consistency in my layout. So for example, I have the following style for TextBlock <Style TargetType="TextBlock"> <Setter Property="Height" Value="26"/> </Style> The problem I