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