In a WPF Application, What happens after my code in the main window constructor is executed?
- by KyleGobel
I'm wondering what happens after the constructor is done executing my code, because the constructor is taking like 10 seconds to run on a cold start up, but according to the profiler, my code is done executing in like 2 seconds.
Also stepping through the code in the debugger, after the last line of my constructor, I sit there and wait for 7-8…