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