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