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