2 references to ImageList_Add
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.ImageList.cs (2)
12
/// <inheritdoc cref="
ImageList_Add
(HIMAGELIST, HBITMAP, HBITMAP)"/>
15
int result =
ImageList_Add
(himl.Handle, hbmImage, hbmMask);