3 references to LOGPEN
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
671public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] NativeMethods.LOGPEN lp); 672public static int GetObject(HandleRef hObject, NativeMethods.LOGPEN lp) { 673return GetObject(hObject, Marshal.SizeOf(typeof(NativeMethods.LOGPEN)), lp);