3 references to DrawTextEx
System.Windows.Forms (3)
System\Windows\Forms\Rendering\TextExtensions.cs (3)
97
PInvoke.
DrawTextEx
(hdc, text, &rect, dt, &dtparams);
171
int textHeight = PInvoke.
DrawTextEx
(hdc, text, &rect, flags, dtparams);
265
PInvoke.
DrawTextEx
(hdc, text, &rect, dt, &dtparams);