9 references to LOGFONTW
Microsoft.Private.Windows.Core (9)
Windows.Win32.NONCLIENTMETRICSW.g.cs (5)
50 internal winmdroot.Graphics.Gdi.LOGFONTW lfCaptionFont; 59 internal winmdroot.Graphics.Gdi.LOGFONTW lfSmCaptionFont; 68 internal winmdroot.Graphics.Gdi.LOGFONTW lfMenuFont; 71 internal winmdroot.Graphics.Gdi.LOGFONTW lfStatusFont; 74 internal winmdroot.Graphics.Gdi.LOGFONTW lfMessageFont;
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (4)
262 /// <inheritdoc cref="CreateFontIndirect(winmdroot.Graphics.Gdi.LOGFONTW*)"/> 264 internal static unsafe winmdroot.Graphics.Gdi.HFONT CreateFontIndirect(in winmdroot.Graphics.Gdi.LOGFONTW lplf) 266 fixed (winmdroot.Graphics.Gdi.LOGFONTW* lplfLocal = &lplf) 284 internal static extern unsafe winmdroot.Graphics.Gdi.HFONT CreateFontIndirect(winmdroot.Graphics.Gdi.LOGFONTW* lplf);