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