1 type derived from AnnotationStore
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
32public sealed class XmlStreamStore : AnnotationStore
12 references to AnnotationStore
PresentationFramework (12)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
209public AnnotationStore Store 275private AnnotationStore GetStore()
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
58public LocatorManager(AnnotationStore store) 279AnnotationStore store = null; 1365private AnnotationStore _internalStore = null;
MS\Internal\Annotations\AttachedAnnotation.cs (1)
101AnnotationStore Store { get; }
System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
57public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore) : this(originalPaginator, annotationStore, FlowDirection.LeftToRight) 67public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore, FlowDirection flowDirection) 513private AnnotationStore _annotationStore;
System\Windows\Annotations\AnnotationService.cs (3)
160public void Enable(AnnotationStore annotationStore) 495public AnnotationStore Store 1754private AnnotationStore _store;