I need to add support to a WPF application for Windows high contrast mode. What is the best way to detect high contrast mode is active, and load a specific resource dictionary (containing theme)?
Currently, the app looks the same in high contrast as normal mode.