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