5 references to FromHbitmap
System.Drawing (1)
commonui\System\Drawing\Icon.cs (1)
1016tmpBitmap = Bitmap.FromHbitmap(info.hbmColor);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
78lastManaged = Image.FromHbitmap(handle);
winforms\Managed\System\WinForms\DataObject.cs (1)
1635clipboardImage = Image.FromHbitmap(medium.unionmember);
winforms\Managed\System\WinForms\ImageList.cs (1)
714tmpBitmap = Bitmap.FromHbitmap(imageInfo.hbmImage);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
779return Bitmap.FromHbitmap(info.hbmpItem);