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