4 instantiations of 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)
375s_ListSerializer = new Serializer(typeof(ContentLocator)); 436s_LocatorGroupSerializer = new Serializer(typeof(ContentLocatorGroup));
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
1085private static readonly Serializer _serializer = new Serializer(typeof(Annotation));
7 references to Serializer
PresentationFramework (7)
src\Framework\System\Windows\Annotations\Annotation.cs (2)
606private static Serializer ResourceSerializer 977private static Serializer _ResourceSerializer;
src\Framework\System\Windows\Annotations\AnnotationResource.cs (4)
369internal static Serializer ListSerializer 430private static Serializer LocatorGroupSerializer 571private static Serializer s_ListSerializer; 576private static Serializer s_LocatorGroupSerializer;
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
1085private static readonly Serializer _serializer = new Serializer(typeof(Annotation));