2 instantiations of NativeImageList
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
431_nativeImageList = new NativeImageList(_imageSize, flags);
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (1)
102return new NativeImageList(himl);
6 references to NativeImageList
System.Windows.Forms (6)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
33private NativeImageList? _nativeImageList;
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (3)
57Debug.Fail($"{nameof(NativeImageList)} could not be created. Originating stack:\n{_callStack}"); 95internal NativeImageList Duplicate() 107Debug.Fail($"{nameof(NativeImageList)} could not be duplicated. Originating stack:\n{_callStack}");
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (2)
19private ImageList.NativeImageList? _nativeImageList; 109internal ImageList.NativeImageList? GetNativeImageList() => _nativeImageList;