4 references to BITMAP
System.Windows.Forms (4)
System\Windows\Forms\Control.MetafileDCWrapper.cs (1)
108
if (!PInvokeCore.GetObject(hBitmap, out
BITMAP
bmp))
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
223
PInvokeCore.GetObject(imageInfo.hbmImage, out
BITMAP
bmp);
System\Windows\Forms\Input\Cursor.cs (2)
382
PInvokeCore.GetObject(info.hbmColor, out
BITMAP
bitmap);
387
PInvokeCore.GetObject(info.hbmMask, out
BITMAP
bitmap);