2 references to hbmImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
321
UnsafeNativeMethods.GetObject(new HandleRef(null, imageInfo.
hbmImage
), Marshal.SizeOf(bmp), bmp);
714
tmpBitmap = Bitmap.FromHbitmap(imageInfo.
hbmImage
);