2 references to ImageList_Remove
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
1424SafeNativeMethods.ImageList_Remove(new HandleRef(owner, owner.Handle), -1); 1580bool ok = SafeNativeMethods.ImageList_Remove(new HandleRef(owner, owner.Handle), index);