Increase performance of WPF controls loading resources Increase performance of WPF controls loading resources wpf wpf

Increase performance of WPF controls loading resources


What you can do in the background thread is to preload all the required assemblies. Also make sure they are nged-ed. The UI controls need to be initialized from the UI thread.