-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Description
ContextMenu in the Fluent2 style has the wrong key. It should be DefaultContextMenuStyle (Style suffix).
wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ContextMenu.xaml
Line 12 in 6cd6fac
| <Style x:Key="DefaultContextMenu" TargetType="{x:Type ContextMenu}"> |
Reproduction Steps
None, See code
Expected behavior
DefaultContextMenuStyle (Style suffix).
Actual behavior
x:Key="DefaultContextMenu"
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
Please review other keys! A search in this directory for x:Key="Default should find all cases to review.