1 instantiation of LOGBRUSH
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
342NativeMethods.LOGBRUSH lb = new NativeMethods.LOGBRUSH();
6 references to LOGBRUSH
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
342NativeMethods.LOGBRUSH lb = new NativeMethods.LOGBRUSH();
winforms\Managed\System\WinForms\SafeNativeMethods.cs (2)
445private static extern IntPtr IntCreateBrushIndirect(NativeMethods.LOGBRUSH lb); 448public static IntPtr CreateBrushIndirect(NativeMethods.LOGBRUSH lb) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
678public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] NativeMethods.LOGBRUSH lb); 679public static int GetObject(HandleRef hObject, NativeMethods.LOGBRUSH lb) { 680return GetObject(hObject, Marshal.SizeOf(typeof(NativeMethods.LOGBRUSH)), lb);