2 instantiations of ImageListStreamer
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
195return new ImageListStreamer(this);
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
33imageListStreamer = new ImageListStreamer(data.GetArray());
9 references to ImageListStreamer
System.Windows.Forms (8)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (3)
36public static void WriteImageListStreamer(Stream stream, ImageListStreamer streamer) 44new ClassInfo(1, typeof(ImageListStreamer).FullName!, s_dataMemberName), 62if (value is ImageListStreamer streamer)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
184public ImageListStreamer? ImageStream
System\Windows\Forms\Nrbf\WinFormsNrbfSerializer.cs (2)
31{ Types.ToTypeName($"{typeof(ImageListStreamer).FullName}, System.Windows.Forms"), typeof(ImageListStreamer) },
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (2)
13/// Tries to get a record as a binary formatted <see cref="ImageListStreamer"/>. 26|| !types.TypeNameMatches(typeof(ImageListStreamer))
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListDesigner.cs (1)
87private ImageListStreamer? ImageStream