8 references to hbmColor
System.Drawing (8)
commonui\System\Drawing\Icon.cs (8)
330if (info.hbmColor != IntPtr.Zero) { 331SafeNativeMethods.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(SafeNativeMethods.BITMAP)), bmp); 332SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmColor)); 1004if (info.hbmColor != IntPtr.Zero) { 1005SafeNativeMethods.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(SafeNativeMethods.BITMAP)), bmp); 1016tmpBitmap = Bitmap.FromHbitmap(info.hbmColor); 1048if(info.hbmColor != IntPtr.Zero) 1049SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmColor));