2 references to ImageList_Draw
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.ImageList.cs (2)
28/// <inheritdoc cref="ImageList_Draw(HIMAGELIST, int, HDC, int, int, IMAGE_LIST_DRAW_STYLE)"/> 32BOOL result = ImageList_Draw(himl.Handle, i, hdcDst, x, y, fStyle);