You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET version
In .NET 9, button background images are displayed in dark mode.
In .NET 10 preview.6.25358.103, button background images are no longer displayed in dark mode.
Steps to reproduce
Create a winforms app, a form and a button with a background image. Activate the experimental dark mode
Activate the Windows 11 app dark mode
Compile with .NET9 (working) or .NET10(not working)