8 references to GDI_IMAGE_TYPE
System.Private.Windows.Core (6)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
109
internal static winmdroot.Foundation.HANDLE CopyImage(winmdroot.Foundation.HANDLE h, winmdroot.UI.WindowsAndMessaging.
GDI_IMAGE_TYPE
type, int cx, int cy, winmdroot.UI.WindowsAndMessaging.IMAGE_FLAGS flags)
117
static extern winmdroot.Foundation.HANDLE LocalExternFunction(winmdroot.Foundation.HANDLE h, winmdroot.UI.WindowsAndMessaging.
GDI_IMAGE_TYPE
type, int cx, int cy, winmdroot.UI.WindowsAndMessaging.IMAGE_FLAGS flags);
Windows\Win32\PInvokeCore.CopyImage.cs (4)
8
/// <inheritdoc cref="CopyImage(HANDLE,
GDI_IMAGE_TYPE
, int, int, IMAGE_FLAGS)"/>
12
HICON 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)"/>
21
HCURSOR result = (HCURSOR)CopyImage(hImage.Handle,
GDI_IMAGE_TYPE
.IMAGE_CURSOR, cx, cy, flags);
System.Private.Windows.GdiPlus (1)
System\Drawing\IIconExtensions.cs (1)
23
GDI_IMAGE_TYPE
.IMAGE_ICON,
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursor.cs (1)
423
GDI_IMAGE_TYPE
.IMAGE_CURSOR,