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