1 instantiation of LOGBRUSH
System.Windows.Forms (1)
misc\GDI\WindowsPen.cs (1)
125
IntNativeMethods.LOGBRUSH lb = new IntNativeMethods.
LOGBRUSH
();
6 references to LOGBRUSH
System.Windows.Forms (6)
misc\GDI\SafeNativeMethods.cs (2)
86
private static extern IntPtr IntExtCreatePen(int fnStyle, int dwWidth, IntNativeMethods.
LOGBRUSH
lplb, int dwStyleCount, [MarshalAs(UnmanagedType.LPArray)] int[] lpStyle);
89
public static IntPtr ExtCreatePen(int fnStyle, int dwWidth, IntNativeMethods.
LOGBRUSH
lplb, int dwStyleCount, int[] lpStyle)
misc\GDI\UnsafeNativeMethods.cs (3)
261
public static extern int IntGetObject(HandleRef hBrush, int nSize, [In, Out] IntNativeMethods.
LOGBRUSH
lb);
262
public static int GetObject(HandleRef hBrush, IntNativeMethods.
LOGBRUSH
lb)
264
int retVal = IntGetObject(hBrush, System.Runtime.InteropServices.Marshal.SizeOf(typeof(IntNativeMethods.
LOGBRUSH
)), lb);
misc\GDI\WindowsPen.cs (1)
125
IntNativeMethods.
LOGBRUSH
lb = new IntNativeMethods.LOGBRUSH();