2 instantiations of ImageListStreamer
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
195
return new
ImageListStreamer
(this);
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
33
imageListStreamer = new
ImageListStreamer
(data.GetArray());
9 references to ImageListStreamer
System.Windows.Forms (8)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (3)
36
public static void WriteImageListStreamer(Stream stream,
ImageListStreamer
streamer)
44
new ClassInfo(1, typeof(
ImageListStreamer
).FullName!, s_dataMemberName),
62
if (value is
ImageListStreamer
streamer)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
184
public
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)
87
private
ImageListStreamer
? ImageStream