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)
102
return new
NativeImageList
(himl);
6 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;