2 references to CopyImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (1)
365return SafeNativeMethods.CopyImage(new HandleRef(this, Handle), NativeMethods.IMAGE_CURSOR, sz.Width, sz.Height, 0);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
2732hicon = SafeNativeMethods.CopyImage(new HandleRef(icon, icon.Handle), NativeMethods.IMAGE_ICON, icon.Size.Width, icon.Size.Height, 0);