
Our main window used the following assemblies:
ActiproSoftware.Docking.Wpf
ActiproSoftware.Ribbon.Wpf
ActiproSoftware.Shared.Wpf
ActiproSoftware.Themes.Office.Wpf
Other dialogs which are not loaded during startup, reference the following assemblies:
ActiproSoftware.Editors.Wpf
ActiproSoftware.Grids.Wpf
ActiproSoftware.Navigation.Wpf
However, I noticed the the followings are loaded when the main window is launched:
ActiproSoftware.Docking.Wpf
ActiproSoftware.Shared.Wpf
ActiproSoftware.Editors.Wpf
ActiproSoftware.Grids.Wpf
ActiproSoftware.Ribbon.Wpf
ActiproSoftware.Navigation.Wpf
ActiproSoftware.Themes.Office.Wpf
Particularly, I don't expect the bolded ones to be loaded. Did I accidentally use them or there are some kind of dependencies between them.
I am trying to optimize the load time of our application.
Thank you.