6 instantiations of LOGFONTW
System.Windows.Forms (1)
System.Windows.Forms.Primitives.Tests (5)
83 references to LOGFONTW
System.Drawing.Common (5)
System.Private.Windows.Core (9)
System.Private.Windows.GdiPlus (8)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (8)
1076 /// <inheritdoc cref="GdipCreateFontFromLogfont(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.LOGFONTW*, winmdroot.Graphics.GdiPlus.GpFont**)"/>
1077 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateFontFromLogfont(winmdroot.Graphics.Gdi.HDC hdc, in winmdroot.Graphics.Gdi.LOGFONTW logfont, ref winmdroot.Graphics.GdiPlus.GpFont* font)
1081 fixed (winmdroot.Graphics.Gdi.LOGFONTW* logfontLocal = &logfont)
1090 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateFontFromLogfont(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.LOGFONTW* logfont, winmdroot.Graphics.GdiPlus.GpFont** font);
4115 /// <inheritdoc cref="GdipGetLogFont(winmdroot.Graphics.GdiPlus.GpFont*, winmdroot.Graphics.GdiPlus.GpGraphics*, winmdroot.Graphics.Gdi.LOGFONTW*)"/>
4116 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetLogFont(ref winmdroot.Graphics.GdiPlus.GpFont font, ref winmdroot.Graphics.GdiPlus.GpGraphics graphics, ref winmdroot.Graphics.Gdi.LOGFONTW logfontW)
4118 fixed (winmdroot.Graphics.Gdi.LOGFONTW* logfontWLocal = &logfontW)
4132 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetLogFont(winmdroot.Graphics.GdiPlus.GpFont* font, winmdroot.Graphics.GdiPlus.GpGraphics* graphics, winmdroot.Graphics.Gdi.LOGFONTW* logfontW);
System.Windows.Forms (10)
System.Windows.Forms.Primitives (19)
System.Windows.Forms.Primitives.Tests (14)
System.Windows.Forms.Primitives.TestUtilities (4)
System.Windows.Forms.Tests (14)