3 instantiations of NativeImageList
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
431
_nativeImageList = new
NativeImageList
(_imageSize, flags);
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (1)
102
return new
NativeImageList
(himl);
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
77
_nativeImageList = new ImageList.
NativeImageList
(new ComManagedStream(memoryStream));
12 references to NativeImageList
System.Windows.Forms (6)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
33
private
NativeImageList
? _nativeImageList;
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (3)
57
Debug.Fail($"{nameof(
NativeImageList
)} could not be created. Originating stack:\n{_callStack}");
95
internal
NativeImageList
Duplicate()
107
Debug.Fail($"{nameof(
NativeImageList
)} could not be duplicated. Originating stack:\n{_callStack}");
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (2)
19
private ImageList.
NativeImageList
? _nativeImageList;
109
internal ImageList.
NativeImageList
? GetNativeImageList() => _nativeImageList;
System.Windows.Forms.Tests (6)
SerializableTypesTests.cs (1)
95
using
NativeImageList
nativeImageList = result.GetNativeImageList();
System\Windows\Forms\ImageList.NativeImageListTests.cs (1)
18
NativeImageList
nativeImageList = result.GetNativeImageList();
System\Windows\Forms\ImageListStreamerTests.cs (4)
19
using
NativeImageList
nativeImageListBf = streamerFromBf.GetNativeImageList();
30
using
NativeImageList
nativeImageListMs = streamerFromMs.GetNativeImageList();
52
using
NativeImageList
nativeImageListMs = streamerFromMs.GetNativeImageList();
57
using
NativeImageList
nativeImageListBf = streamerFromBf.GetNativeImageList();