2 references to CreateBitmap
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
448
Bitmap bitmapValue =
CreateBitmap
(original, out bool ownsBitmap);
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
321
Bitmap bitmapValue = _owner.
CreateBitmap
(original, out bool ownsBitmap);