5 references to SerializeAndParse
PresentationCore.Tests (5)
BinaryFormat\HashTableTests.cs (2)
70
SerializationRecord format = hashtable.
SerializeAndParse
();
129
SerializationRecord format = hashtable.
SerializeAndParse
();
BinaryFormat\ListTests.cs (1)
101
SerializationRecord format = list.
SerializeAndParse
();
BinaryFormat\SystemDrawingTests.cs (2)
15
SerializationRecord record = input.
SerializeAndParse
();
27
SerializationRecord record = input.
SerializeAndParse
();