8 references to hbmColor
System.Drawing (8)
commonui\System\Drawing\Icon.cs (8)
330
if (info.
hbmColor
!= IntPtr.Zero) {
331
SafeNativeMethods.GetObject(new HandleRef(null, info.
hbmColor
), Marshal.SizeOf(typeof(SafeNativeMethods.BITMAP)), bmp);
332
SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.
hbmColor
));
1004
if (info.
hbmColor
!= IntPtr.Zero) {
1005
SafeNativeMethods.GetObject(new HandleRef(null, info.
hbmColor
), Marshal.SizeOf(typeof(SafeNativeMethods.BITMAP)), bmp);
1016
tmpBitmap = Bitmap.FromHbitmap(info.
hbmColor
);
1048
if(info.
hbmColor
!= IntPtr.Zero)
1049
SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.
hbmColor
));