6 references to CopyImage
System.Private.Windows.Core (4)
Windows\Win32\PInvokeCore.CopyImage.cs (4)
8/// <inheritdoc cref="CopyImage(HANDLE, GDI_IMAGE_TYPE, int, int, IMAGE_FLAGS)"/> 12HICON result = (HICON)CopyImage(hImage.Handle, GDI_IMAGE_TYPE.IMAGE_ICON, cx, cy, flags); 17/// <inheritdoc cref="CopyImage(HANDLE, GDI_IMAGE_TYPE, int, int, IMAGE_FLAGS)"/> 21HCURSOR result = (HCURSOR)CopyImage(hImage.Handle, GDI_IMAGE_TYPE.IMAGE_CURSOR, cx, cy, flags);
System.Private.Windows.GdiPlus (1)
System\Drawing\IIconExtensions.cs (1)
21(HICON)PInvokeCore.CopyImage(
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursor.cs (1)
421_handle = (HCURSOR)PInvokeCore.CopyImage(