2 references to ImageList_ReplaceIcon
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.ImageList.cs (2)
100/// <inheritdoc cref="ImageList_ReplaceIcon(HIMAGELIST, int, HICON)"/> 106int result = ImageList_ReplaceIcon(himl.Handle, i, hicon.Handle);