Ok, I am aware of developing high dpi applications in WinForms and WPF, but while testing some features in Windows8, I stumbled upon something weird.
I have a WinForms application with AutoScalingMode set to DPI. The form has a bunch of labels. All the labels' font units are measured in points but one (the red label which reads "This text block is special. Its size is 18px"), as its size is set to 18px and not pt.
I ran the application in Windows 7 as well as Windows 8. Windows 7 does not auto scale this (the red one) label as expected but Windows 8 auto scales the same label!
What could be the issues? Is there a documented statement from Microsoft stating that Auto Scaling set to None won't work in Windows 8?