1 type derived from AnnotationStore
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
43public sealed class XmlStreamStore : AnnotationStore
12 references to AnnotationStore
PresentationFramework (12)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
215public AnnotationStore Store 281private AnnotationStore GetStore()
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
69public LocatorManager(AnnotationStore store) 290AnnotationStore store = null; 1376private AnnotationStore _internalStore = null;
MS\Internal\Annotations\AttachedAnnotation.cs (1)
105AnnotationStore Store { get; }
System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
62public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore) : this(originalPaginator, annotationStore, FlowDirection.LeftToRight) 72public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore, FlowDirection flowDirection) 518private AnnotationStore _annotationStore;
System\Windows\Annotations\AnnotationService.cs (3)
172public void Enable(AnnotationStore annotationStore) 507public AnnotationStore Store 1766private AnnotationStore _store;