1 write to hbmMask
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Cursor.cs (1)
288info.hbmMask = IntPtr.Zero;
6 references to hbmMask
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Cursor.cs (6)
285if (info.hbmMask != IntPtr.Zero) { 287SafeNativeMethods.ExternalDeleteObject(new HandleRef(null, info.hbmMask)); 601else if (info.hbmMask != IntPtr.Zero) { 602UnsafeNativeMethods.GetObject(new HandleRef(null, info.hbmMask), Marshal.SizeOf(typeof(NativeMethods.BITMAP)), bmp); 606if (info.hbmMask != IntPtr.Zero) { 607SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmMask));