4 references to Serializer
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (1)
580
_ResourceSerializer = new
Serializer
(typeof(AnnotationResource));
System\Windows\Annotations\AnnotationResource.cs (2)
347
s_ListSerializer = new
Serializer
(typeof(ContentLocator));
407
s_LocatorGroupSerializer = new
Serializer
(typeof(ContentLocatorGroup));
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
1045
private static readonly Serializer _serializer = new
Serializer
(typeof(Annotation));