Concerns and Suggestions Regarding the Use of DynamicResource in Win11 Theming for WPF Repository #8599
Labels
Investigate
Requires further investigation by the WPF team.
Milestone
Dear Team,
I am writing to express my concerns about the recent changes made to the WPF repository regarding Win11 Theming, #8533 . I have noticed a significant increase in the use of DynamicResource in these updates.
As explained by Harshit in #8579 (comment) , the purpose of using DynamicResource is to allow the interface content to change along with the theme. However, it is well-known that the use of DynamicResource comes with a substantial performance cost. This becomes particularly problematic when the entire theme style is filled with DynamicResource, as it can significantly slow down the performance of the entire application.
Furthermore, it is important to consider that users do not frequently change their system theme styles. This means that the use of DynamicResource could potentially slow down the performance for many users without bringing any significant benefits.
I have also noticed that Pankaj Chaurasia introduced the ApplicationThemeManager mechanism in https://github.com/dotnet/wpf/pull/8575/files#diff-53632fc5d46760e790532f11813877befa40746f4a8025857f3231ce07b214ee . I believe that the current WPF lacks a clear mechanism for following theme changes. In other words, relying on DynamicResource to implement theme changes seems to be an inefficient approach.
Therefore, I would like to suggest the introduction of a new mechanism in the WPF repository. This mechanism could replace the existing DynamicResource code and provide a more efficient way to implement style changes according to theme changes.
I believe that this new approach could significantly improve the performance of the application and provide a better user experience.
Thank you for considering my suggestions. I look forward to seeing improvements in the future updates.
Best regards,
The text was updated successfully, but these errors were encountered: