4 references to _serializer
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
185
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
331
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
952
_serializer
.Serialize(writer, annotation);
958
_serializer
.Serialize(writer, annotation);