2 references to CreateHBitmapColorMask
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
498
IntPtr hBitmap = ControlPaint.
CreateHBitmapColorMask
(bitmap, hMask); // Calls GDI+ to create Bitmap. Need to add handle to HandleCollector.
1170
IntPtr hBitmap = ControlPaint.
CreateHBitmapColorMask
(bitmap, hMask);