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