6 references to FromHbitmap
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
679
tmpBitmap = Image.
FromHbitmap
(info.hbmColor);
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
71
_lastManaged = Image.
FromHbitmap
(extendedHandle);
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
623
tmpBitmap = Image.
FromHbitmap
((IntPtr)imageInfo.hbmImage);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1713
using Bitmap bitmap = Image.
FromHbitmap
(compatibleBitmap);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
674
return Image.
FromHbitmap
(info.hbmpItem);
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
109
&& Image.
FromHbitmap
(medium.hGlobal) is Bitmap clipboardBitmap)