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