4 references to _serializer
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
197
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
343
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
962
_serializer
.Serialize(writer, annotation);
968
_serializer
.Serialize(writer, annotation);