6 references to CreateFontIndirect
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
719HFONT handle = PInvokeCore.CreateFontIndirect((LOGFONTW*)&lf);
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
278 /// <inheritdoc cref="CreateFontIndirect(winmdroot.Graphics.Gdi.LOGFONTW*)"/> 284 winmdroot.Graphics.Gdi.HFONT __result = PInvokeCore.CreateFontIndirect(lplfLocal);
System.Windows.Forms (2)
System\Windows\Forms\Rendering\FontCache.Data.cs (2)
111HFONT hfont = PInvokeCore.CreateFontIndirect(&logFont); 118hfont = PInvokeCore.CreateFontIndirect(&logFont);
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\LOGFONTWTests.cs (1)
37HFONT handle = PInvokeCore.CreateFontIndirect(&logFont);