Open
Description
When I try to use VistaFolderBrowserDialog in my WPF .NET 4.6.1 application, it hangs the application. If I run it under the debugger (in Debug or Release mode) it works great.
I've tried to repro this in the sample application by changing various calls and switching to the Nuget package, still works fine.
I've tried to simplify how I'm calling the VistaFolderBrowserDialog and copy/pasted the sample code to my application, still hangs.
Any thoughts as to why or how to track down the issue?