4 references to GetThemeFont
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.UXTHEME.dll.g.cs (2)
631
/// <inheritdoc cref="
GetThemeFont
(winmdroot.UI.Controls.HTHEME, winmdroot.Graphics.Gdi.HDC, int, int, int, winmdroot.Graphics.Gdi.LOGFONTW*)"/>
637
winmdroot.Foundation.HRESULT __result = PInvoke.
GetThemeFont
(hTheme, hdc, iPartId, iStateId, iPropId, pFontLocal);
Windows\Win32\PInvoke.GetThemeFont.cs (2)
10
/// <inheritdoc cref="
GetThemeFont
(HTHEME, HDC, int, int, int, LOGFONTW*)"/>
16
HRESULT result =
GetThemeFont
(hTheme.Handle, hdc, iPartId, iStateId, iPropId, (LOGFONTW*)p);