1 instantiation of FONTDESC
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4879fdesc = new NativeMethods.FONTDESC();
6 references to FONTDESC
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
4868private static NativeMethods.FONTDESC GetFONTDESCFromFont(Font font) { 4869NativeMethods.FONTDESC fdesc = null; 4875fdesc = (NativeMethods.FONTDESC)fontTable[font];
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2691public int cbSizeOfStruct = Marshal.SizeOf(typeof(FONTDESC));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
171public static extern SafeNativeMethods.IFontDisp OleCreateIFontDispIndirect(NativeMethods.FONTDESC fd, ref Guid iid);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
346public static extern UnsafeNativeMethods.IFont OleCreateIFontIndirect(NativeMethods.FONTDESC fd, ref Guid iid);