1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
21
internal ImageListStreamer(ImageList imageList) =>
_imageList
= imageList;
3 references to _imageList
System.Windows.Forms (3)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (3)
114
if (
_imageList
is not null)
116
handle = new(
_imageList
, (HIMAGELIST)
_imageList
.Handle);