4 references to DrawTextEx
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
771
/// <inheritdoc cref="
DrawTextEx
(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.PWSTR, int, winmdroot.Foundation.RECT*, winmdroot.Graphics.Gdi.DRAW_TEXT_FORMAT, winmdroot.Graphics.Gdi.DRAWTEXTPARAMS*)"/>
782
int __result = PInvoke.
DrawTextEx
(hdc, wstrlpchText, cchText, lprcLocal, format, lpdtp.HasValue ? &lpdtpLocal : null);
Windows\Win32\PInvoke.DrawTextEx.cs (2)
8
/// <inheritdoc cref="
DrawTextEx
(HDC, PWSTR, int, RECT*, DRAW_TEXT_FORMAT, DRAWTEXTPARAMS*)"/>
20
return
DrawTextEx
(hdc, (PWSTR)c, lpchText.Length, lprc, format, lpdtp);