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