Base:
method
Write
System.Windows.Record.Write(System.IO.BinaryWriter)
2 references to Write
PresentationCore (2)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (2)
291
new ListConverter<T>(list, (T value) => value!)).
Write
(writer);
420
new ListConverter<object?>(array, o => o!)).
Write
(writer);