4 references to Serializer
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
612
_ResourceSerializer = new
Serializer
(typeof(AnnotationResource));
src\Framework\System\Windows\Annotations\AnnotationResource.cs (2)
375
s_ListSerializer = new
Serializer
(typeof(ContentLocator));
436
s_LocatorGroupSerializer = new
Serializer
(typeof(ContentLocatorGroup));
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
1085
private static readonly Serializer _serializer = new
Serializer
(typeof(Annotation));