4 instantiations of ListConverter
PresentationCore (4)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (3)
257
new
ListConverter
<string>(list, strings.GetStringRecord)).Write(writer);
291
new
ListConverter
<T>(list, (T value) => value!)).Write(writer);
420
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(