ILRepack.IntegrationTests/Scenarios/ClassLibrary/TextBlockStyles.xaml (7 lines of code) (raw):
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="RedTextTextBlock" TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="Red" />
</Style>
</ResourceDictionary>