Skip to content

Commit 5427585

Browse files
committed
Adding missing Popup Template to MenuItem
1 parent 87f9eac commit 5427585

File tree

1 file changed

+2
-2
lines changed
  • src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles

1 file changed

+2
-2
lines changed

src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/MenuItem.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</Grid>
7676

7777
<Popup
78-
x:Name="Popup"
78+
x:Name="PART_Popup"
7979
Grid.Row="1"
8080
Grid.Column="0"
8181
AllowsTransparency="True"
@@ -334,7 +334,7 @@
334334
</Border>
335335

336336
<Popup
337-
x:Name="Popup"
337+
x:Name="PART_Popup"
338338
Grid.Row="1"
339339
AllowsTransparency="True"
340340
Focusable="False"

0 commit comments

Comments
 (0)