5 references to SerializeAndParse
PresentationCore.Tests (5)
BinaryFormat\HashTableTests.cs (2)
72
SerializationRecord format = hashtable.
SerializeAndParse
();
131
SerializationRecord format = hashtable.
SerializeAndParse
();
BinaryFormat\ListTests.cs (1)
105
SerializationRecord format = list.
SerializeAndParse
();
BinaryFormat\SystemDrawingTests.cs (2)
17
SerializationRecord record = input.
SerializeAndParse
();
29
SerializationRecord record = input.
SerializeAndParse
();