2 instantiations of BITMAP
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
328
SafeNativeMethods.BITMAP bmp = new SafeNativeMethods.
BITMAP
();
1002
SafeNativeMethods.BITMAP bmp = new SafeNativeMethods.
BITMAP
();
6 references to BITMAP
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4873
public static extern int GetObject(HandleRef hObject, int nSize, [In, Out] SafeNativeMethods.
BITMAP
bm);
commonui\System\Drawing\Icon.cs (5)
328
SafeNativeMethods.
BITMAP
bmp = new SafeNativeMethods.BITMAP();
331
SafeNativeMethods.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(SafeNativeMethods.
BITMAP
)), bmp);
336
SafeNativeMethods.GetObject(new HandleRef(null, info.hbmMask), Marshal.SizeOf(typeof(SafeNativeMethods.
BITMAP
)), bmp);
1002
SafeNativeMethods.
BITMAP
bmp = new SafeNativeMethods.BITMAP();
1005
SafeNativeMethods.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(SafeNativeMethods.
BITMAP
)), bmp);