2 references to IntCreateFontIndirect
System.Drawing (2)
commonui\System\Drawing\Advanced\Font.cs (1)
896IntPtr handle = IntUnsafeNativeMethods.IntCreateFontIndirect(lf);
misc\GDI\UnsafeNativeMethods.cs (1)
242IntPtr hFont = System.Internal.HandleCollector.Add(IntCreateFontIndirect(lf), IntSafeNativeMethods.CommonHandles.GDI);