After enabling our aplication to use AutoScaleMode = DPI we are getting a strange issue when we show the PrintDialog at a DPI greater than 96. After the PrintDialog has been shown the text size on certain controls already showing is increased over the already scaled size. On forms that are opened after, the controls are scaled correctly but the font is back to the size it would be for 96 DPI.
Surely other people must be using this combination, does anyone know what would be causing this and if there is a solution?