In Windows 10, there is a setting in Settings -> Ease of Access -> Display -> Make text bigger
Is there any event which we can subscribe to when this setting is changed?
In UWP, there is an event TextScaleFactorChanged
https://learn.microsoft.com/en-us/windows/uwp/design/input/text-scaling . Looking for something similar to this for WPF
Update [1/10]: I'm using framework 4.6.2