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