4 references to LOGFONT
System.Drawing (4)
misc\GDI\NativeMethods.cs (1)
317public LOGFONT( LOGFONT lf )
misc\GDI\UnsafeNativeMethods.cs (3)
272public static extern int IntGetObject(HandleRef hFont, int nSize, [In, Out] IntNativeMethods.LOGFONT lf); 273public static int GetObject(HandleRef hFont, IntNativeMethods.LOGFONT lp) 275int retVal = IntGetObject(hFont, System.Runtime.InteropServices.Marshal.SizeOf(typeof(IntNativeMethods.LOGFONT)), lp);