|
|
@ -2,11 +2,14 @@ |
|
|
|
<FrameworkElement.Resources> |
|
|
|
<FrameworkElement.Resources> |
|
|
|
<ResourceDictionary> |
|
|
|
<ResourceDictionary> |
|
|
|
<Style x:Key="TestStyle1" /> |
|
|
|
<Style x:Key="TestStyle1" /> |
|
|
|
|
|
|
|
<Style x:Key="TestStyle2" BasedOn="{StaticResource TestStyle1}" /> |
|
|
|
|
|
|
|
<Style x:Key="TestStyle2" BasedOn="{StaticResource {x:Type local:Issue2116}}" /> |
|
|
|
<Style x:Key="TestStyle2" BasedOn="{StaticResource {x:Static local:Issue2116.StyleKey1}}" /> |
|
|
|
<Style x:Key="TestStyle2" BasedOn="{StaticResource {x:Static local:Issue2116.StyleKey1}}" /> |
|
|
|
</ResourceDictionary> |
|
|
|
</ResourceDictionary> |
|
|
|
</FrameworkElement.Resources> |
|
|
|
</FrameworkElement.Resources> |
|
|
|
<Grid> |
|
|
|
<Grid> |
|
|
|
<Grid Style="{StaticResource TestStyle1}" /> |
|
|
|
<Grid Style="{StaticResource TestStyle1}" /> |
|
|
|
|
|
|
|
<Grid Style="{StaticResource {x:Type local:Issue2116}}" /> |
|
|
|
<Grid Style="{StaticResource {x:Static local:Issue2116.StyleKey1}}" /> |
|
|
|
<Grid Style="{StaticResource {x:Static local:Issue2116.StyleKey1}}" /> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</UserControl> |
|
|
|
</UserControl> |
|
|
|