2 references to ImageList_GetImageInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
319
if(SafeNativeMethods.
ImageList_GetImageInfo
(new HandleRef(this, this.nativeImageList.Handle), 0, imageInfo)) {
708
if(SafeNativeMethods.
ImageList_GetImageInfo
(new HandleRef(this, this.Handle), index, imageInfo)) {