Describe the bug
I'd like to use the ThemedIcon for a MenuFlyoutItem, however this is not possible.
Maybe I am missing something, I don't see a mention anywhere in the docs.
Steps to reproduce the bug
<MenuFlyoutItem
Click="ContextMenuItem_Click"
Tag="SelectAll"
Text="Select all">
<MenuFlyoutItem.Icon>
<!-- does not work here -->
<dev:ThemedIcon Style="{StaticResource App.ThemedIcons.SelectAll}" />
</MenuFlyoutItem.Icon>
</MenuFlyoutItem>
Expected behavior
I'd like to be able to use ThemedIcon just like FontIcons
Screenshots
NuGet package version
DevWinUI 9.5.0
IDE
Visual Studio 2026
Additional context
No response