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