7 references to Deserialize
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (2)
301
AnnotationResource anchor = (AnnotationResource)ResourceSerializer.
Deserialize
(reader);
316
AnnotationResource cargo = (AnnotationResource)ResourceSerializer.
Deserialize
(reader);
System\Windows\Annotations\AnnotationResource.cs (2)
183
ContentLocatorBase locator = (ContentLocatorBase)LocatorGroupSerializer.
Deserialize
(reader);
188
ContentLocatorBase locator = (ContentLocatorBase)ListSerializer.
Deserialize
(reader);
System\Windows\Annotations\LocatorGroup.cs (1)
145
ContentLocator locator = (ContentLocator)AnnotationResource.ListSerializer.
Deserialize
(reader);
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
197
annotation = (Annotation)_serializer.
Deserialize
(editor.ReadSubtree());
343
annotation = (Annotation)_serializer.
Deserialize
(editor.ReadSubtree());