2 references to IMAGE_CURSOR
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (2)
365
return SafeNativeMethods.CopyImage(new HandleRef(this, Handle), NativeMethods.
IMAGE_CURSOR
, sz.Width, sz.Height, 0);
640
handle = SafeNativeMethods.CopyImageAsCursor(new HandleRef(this, cursorHandle), NativeMethods.
IMAGE_CURSOR
,