Describe the bug
I'm currently using WinAppSDK version 1.6.241106002, however, this bug can also be reproduced in the WinUI 3 Gallery app.
My system is set to dark theme, and this is the text color of the context menu in AutoSuggestBox (right click on typing area to open the context menu):

When changing the system theme to light, the text colors aren't updated to match the new theme, as seen below:

This bug can also be reproduced in the TextBox component.
Steps to reproduce the bug
- Create an AutoSuggestBox.
- Type something in it.
- Right-click on the typing area to open the context menu (colors will match the system theme).
- Change the system theme.
- Right-click on the typing area again to open the context menu (colors will still correspond to the previous theme).
Expected behavior
Text colors should be updated correctly to match theme changes.
Screenshots
No response
NuGet package version
None
Windows version
Windows 11 (23H2): Build 22631
Additional context
No response