3 instantiations of BITMAP
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
19312
NativeMethods.BITMAP bmp = new NativeMethods.
BITMAP
();
winforms\Managed\System\WinForms\Cursor.cs (1)
594
NativeMethods.BITMAP bmp = new NativeMethods.
BITMAP
();
winforms\Managed\System\WinForms\ImageList.cs (1)
320
NativeMethods.BITMAP bmp = new NativeMethods.
BITMAP
();
6 references to BITMAP
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
19312
NativeMethods.
BITMAP
bmp = new NativeMethods.BITMAP();
winforms\Managed\System\WinForms\Cursor.cs (3)
594
NativeMethods.
BITMAP
bmp = new NativeMethods.BITMAP();
597
UnsafeNativeMethods.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(NativeMethods.
BITMAP
)), bmp);
602
UnsafeNativeMethods.GetObject(new HandleRef(null, info.hbmMask), Marshal.SizeOf(typeof(NativeMethods.
BITMAP
)), bmp);
winforms\Managed\System\WinForms\ImageList.cs (1)
320
NativeMethods.
BITMAP
bmp = new NativeMethods.BITMAP();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
667
public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] NativeMethods.
BITMAP
bm);