3 references to NativeImageList
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (2)
312
this.nativeImageList = new
NativeImageList
(SafeNativeMethods.ImageList_Duplicate(new HandleRef(himl, himl.Handle)));
544
nativeImageList = new
NativeImageList
(SafeNativeMethods.ImageList_Create(imageSize.Width, imageSize.Height, flags, INITIAL_CAPACITY, GROWBY));
winforms\Managed\System\WinForms\ImageListStreamer.cs (1)
71
nativeImageList = new ImageList.
NativeImageList
(