4 references to _serializer
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
212
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
362
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
991
_serializer
.Serialize(writer, annotation);
997
_serializer
.Serialize(writer, annotation);