7 references to Deserialize
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (2)
293
AnnotationResource anchor = (AnnotationResource)ResourceSerializer.
Deserialize
(reader);
308
AnnotationResource cargo = (AnnotationResource)ResourceSerializer.
Deserialize
(reader);
System\Windows\Annotations\AnnotationResource.cs (2)
173
ContentLocatorBase locator = (ContentLocatorBase)LocatorGroupSerializer.
Deserialize
(reader);
178
ContentLocatorBase locator = (ContentLocatorBase)ListSerializer.
Deserialize
(reader);
System\Windows\Annotations\LocatorGroup.cs (1)
138
ContentLocator locator = (ContentLocator)AnnotationResource.ListSerializer.
Deserialize
(reader);
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
185
annotation = (Annotation)_serializer.
Deserialize
(editor.ReadSubtree());
331
annotation = (Annotation)_serializer.
Deserialize
(editor.ReadSubtree());