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