Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When ApplyStylesOnApplication is set in SfSkinManager and different themes are applied, memory increases around 50mb for each changed theme. So incase if we change 10 different themes, then memory consumption rises to around 500mb. This issue does not occur when ApplyStylesOnApplication is set False as we merge the resources in the object's resources instead of the Application resources.

Replication steps:

1. Run the sample.
2. Change around 10 themes using combobox.
3. Note that the memory consumption rises to around 500mb.