WPF PasswordBox control click crashes Application if Fonts aren’t available
I recently had an issue where a kiosk application I was developing would crash on a Windows Embedded 7 system, if the user clicked on a PasswordBox control. Annoyingly, I couldn’t replicate this in my test environment. The Application would crash, and frustratingly, not actually hit any of my Error Handlers. However, the Windows Application [...]