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