I have pretty large UserControl that's not showed at main screen, but user almost always uses it later. It takes some time to load for the first time (parse BAML etc.) then other instances are constructed pretty fast. The question is how to make it to preload at app startup during splash screen?I have pretty large UserControl that's not show