3 references to hbmImage
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
223
PInvokeCore.GetObject(imageInfo.
hbmImage
, out BITMAP bmp);
623
tmpBitmap = Image.FromHbitmap((IntPtr)imageInfo.
hbmImage
);
System.Windows.Forms.Tests (1)
SerializableTypesTests.cs (1)
100
Assert.False(imageInfo.
hbmImage
.IsNull);