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