feat: make internal OverlayDialogHost part of Logical tree.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
IsVisible="{TemplateBinding IsTitleBarVisible}"
|
||||
Content="{TemplateBinding RightContent}" />
|
||||
</Grid>
|
||||
<u:OverlayDialogHost IsModalStatusReporter="True" />
|
||||
<u:OverlayDialogHost Name="{x:Static u:UrsaView.PART_DialogHost}" IsModalStatusReporter="True" />
|
||||
</Panel>
|
||||
</Panel>
|
||||
</ControlTemplate>
|
||||
|
||||
@@ -74,7 +74,10 @@
|
||||
RightContent="{Binding $parent[u:UrsaWindow].RightContent}" />
|
||||
<VisualLayerManager>
|
||||
<Panel>
|
||||
<u:OverlayDialogHost IsModalStatusReporter="True" IsTopLevel="True" />
|
||||
<u:OverlayDialogHost
|
||||
Name="{x:Static u:UrsaWindow.PART_DialogHost}"
|
||||
IsModalStatusReporter="True"
|
||||
IsTopLevel="True" />
|
||||
<u:WindowResizer
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch"
|
||||
|
||||
Reference in New Issue
Block a user