benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Improve performance of switching color schemes #96

Closed benruehl closed 4 years ago

benruehl commented 4 years ago

Improve performance of switching color schemes at runtime significantly by changing the order of removing and adding color scheme resources.

Improve performance of brush usage a little by freezing all brushes. See Freezable Objects Overview for further details.