1 write to hbmColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Cursor.cs (1)
293info.hbmColor = IntPtr.Zero;
5 references to hbmColor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Cursor.cs (5)
290if (info.hbmColor != IntPtr.Zero) { 292SafeNativeMethods.ExternalDeleteObject(new HandleRef(null, info.hbmColor)); 596if (info.hbmColor != IntPtr.Zero) { 597UnsafeNativeMethods.GetObject(new HandleRef(null, info.hbmColor), Marshal.SizeOf(typeof(NativeMethods.BITMAP)), bmp); 598SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmColor));