In Windows 7, some programs allow the user to launch multiple instances by middle clicking / shift+clicking on the taskbar item (ex: Paint, Notepad, Visual Studio...)
However, none of the applications I create exhibit this behavior. The middle click function will make the button glow, but fail to open another instance unless I pin the program to the taskbar first (which is not required for Paint/Notepad/etc to still be able to open new instances)
What is the secret to allowing a WPF application to properly create new instances like the above listed programs?
I've tried searching, but I have only come up with jumplist/tasks or single-instance program results.