4 references to _serializer
PresentationFramework (4)
System\Windows\Annotations\Storage\XmlStreamStore.cs (4)
186
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
332
annotation = (Annotation)
_serializer
.Deserialize(editor.ReadSubtree());
951
_serializer
.Serialize(writer, annotation);
957
_serializer
.Serialize(writer, annotation);