2 instantiations of IMAGEINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ImageList.cs (2)
318NativeMethods.IMAGEINFO imageInfo = new NativeMethods.IMAGEINFO(); // review? do I need to delete the mask and image? 707NativeMethods.IMAGEINFO imageInfo = new NativeMethods.IMAGEINFO(); // review? do I need to delete the mask and image inside of imageinfo?
3 references to IMAGEINFO
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (2)
318NativeMethods.IMAGEINFO imageInfo = new NativeMethods.IMAGEINFO(); // review? do I need to delete the mask and image? 707NativeMethods.IMAGEINFO imageInfo = new NativeMethods.IMAGEINFO(); // review? do I need to delete the mask and image inside of imageinfo?
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
290public static extern bool ImageList_GetImageInfo(HandleRef himl, int i, NativeMethods.IMAGEINFO pImageInfo);