Windows Forms applications that implement their own scaling logic for high DPI settings may encounter unusual scaling if these applications are opted into the Microsoft .NET Framework 4.5.2 High DPI changes by using the following .config file setting:
<appSettings>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
</appSettings>