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