|
|
|
@ -13,15 +13,15 @@ |
|
|
|
<LayoutTransformControl LayoutTransform="{TemplateBinding Transform}"> |
|
|
|
<Panel> |
|
|
|
<Border Name="PART_TransparencyFallback" IsHitTestVisible="False" /> |
|
|
|
<Border Background="Red"> |
|
|
|
<VisualLayerManager IsPopup="True"> |
|
|
|
<ContentPresenter Name="PART_ContentPresenter" |
|
|
|
Background="{TemplateBinding Background}" |
|
|
|
ContentTemplate="{TemplateBinding ContentTemplate}" |
|
|
|
Content="{TemplateBinding Content}" |
|
|
|
Padding="{TemplateBinding Padding}" /> |
|
|
|
</VisualLayerManager> |
|
|
|
</Border> |
|
|
|
<Border Background="Transparent"> |
|
|
|
<VisualLayerManager IsPopup="True"> |
|
|
|
<ContentPresenter Name="PART_ContentPresenter" |
|
|
|
Background="{TemplateBinding Background}" |
|
|
|
ContentTemplate="{TemplateBinding ContentTemplate}" |
|
|
|
Content="{TemplateBinding Content}" |
|
|
|
Padding="{TemplateBinding Padding}" /> |
|
|
|
</VisualLayerManager> |
|
|
|
</Border> |
|
|
|
</Panel> |
|
|
|
</LayoutTransformControl> |
|
|
|
</ControlTemplate> |
|
|
|
|