2 references to GetFONTDESCFromFont
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
4928return (UnsafeNativeMethods.IFont)UnsafeNativeMethods.OleCreateIFontIndirect(GetFONTDESCFromFont(font), ref ifont_Guid); 4972SafeNativeMethods.IFontDisp rval = SafeNativeMethods.OleCreateIFontDispIndirect(GetFONTDESCFromFont(font), ref ifontDisp_Guid);