1 instantiation of tagFONTDESC
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
18947NativeMethods.tagFONTDESC fontDesc = new NativeMethods.tagFONTDESC();
3 references to tagFONTDESC
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
18947NativeMethods.tagFONTDESC fontDesc = new NativeMethods.tagFONTDESC();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3588public int cbSizeofstruct = Marshal.SizeOf(typeof(tagFONTDESC));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
359public static extern UnsafeNativeMethods.IFont OleCreateFontIndirect(NativeMethods.tagFONTDESC fontdesc, [In]ref Guid refiid);