7 references to Deserialize
PresentationFramework (7)
src\Framework\System\Windows\Annotations\Annotation.cs (2)
326AnnotationResource anchor = (AnnotationResource)ResourceSerializer.Deserialize(reader); 341AnnotationResource cargo = (AnnotationResource)ResourceSerializer.Deserialize(reader);
src\Framework\System\Windows\Annotations\AnnotationResource.cs (2)
205ContentLocatorBase locator = (ContentLocatorBase)LocatorGroupSerializer.Deserialize(reader); 210ContentLocatorBase locator = (ContentLocatorBase)ListSerializer.Deserialize(reader);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
161ContentLocator locator = (ContentLocator)AnnotationResource.ListSerializer.Deserialize(reader);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
212annotation = (Annotation)_serializer.Deserialize(editor.ReadSubtree()); 362annotation = (Annotation)_serializer.Deserialize(editor.ReadSubtree());