4 instantiations of ListConverter
PresentationCore (4)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (3)
255
new
ListConverter
<string>(list, strings.GetStringRecord)).Write(writer);
289
new
ListConverter
<T>(list, (T value) => value!)).Write(writer);
418
new
ListConverter
<object?>(array, o => o!)).Write(writer);
System\Windows\BinaryFormat\ListConverter.cs (1)
15
StringRecordsCollection strings) =>
new
(
1 reference to ListConverter
PresentationCore (1)
System\Windows\BinaryFormat\ListConverter.cs (1)
13
public static
ListConverter
<object?> GetPrimitiveConverter(