[WinForms] Propagate the flags from DrawTextInternal to MeasureTextInternal (#11262)
commit86941b00c1ca9ac2e62b6e87192ef1e99de6515d
authormonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 19 Oct 2018 16:09:53 +0000 (19 12:09 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 19 Oct 2018 16:09:53 +0000 (19 18:09 +0200)
treed4a86af9b2af8a710df4465fa6fa1e71ad58c88d
parent2d8839e704f8405becb3bc7f81ff8bc5ad897f7b
[WinForms] Propagate the flags from DrawTextInternal to MeasureTextInternal (#11262)

Flags to DrawText never reached MeasureText therefore strings with '&' were measured incorrect when drawn with flag TextFormatFlags.NoPrefix.
Fixes #6352
mcs/class/System.Windows.Forms/System.Windows.Forms/TextRenderer.cs