For my WPF application, I am storing several user settings like window position, window state, and whether or not to display a welcome dialog. The problem is that while eve
When does this loading occur? Code executed in the main Window's constructor should execute before the window is shown; if you load any required resources there, you should not see any flickering.