1 type derived from AnnotationStore
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
31public sealed class XmlStreamStore : AnnotationStore
12 references to AnnotationStore
PresentationFramework (12)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
208public AnnotationStore Store 274private AnnotationStore GetStore()
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
46public LocatorManager(AnnotationStore store) 267AnnotationStore store = null; 1354private AnnotationStore _internalStore = null;
MS\Internal\Annotations\AttachedAnnotation.cs (1)
100AnnotationStore Store { get; }
System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
56public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore) : this(originalPaginator, annotationStore, FlowDirection.LeftToRight) 66public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore, FlowDirection flowDirection) 513private AnnotationStore _annotationStore;
System\Windows\Annotations\AnnotationService.cs (3)
158public void Enable(AnnotationStore annotationStore) 493public AnnotationStore Store 1747private AnnotationStore _store;