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