6 references to hbmMask
System.Drawing (6)
commonui\System\Drawing\Icon.cs (6)
335else if (info.hbmMask != IntPtr.Zero) { 336SafeNativeMethods.GetObject(new HandleRef(null, info.hbmMask), Marshal.SizeOf(typeof(SafeNativeMethods.BITMAP)), bmp); 340if (info.hbmMask != IntPtr.Zero) { 341SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmMask)); 1050if(info.hbmMask != IntPtr.Zero) 1051SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmMask));