1 type derived from AnnotationStore
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
52public sealed class XmlStreamStore : AnnotationStore
12 references to AnnotationStore
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (2)
219public AnnotationStore Store 285private AnnotationStore GetStore()
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
76public LocatorManager(AnnotationStore store) 306AnnotationStore store = null; 1402private AnnotationStore _internalStore = null;
src\Framework\MS\Internal\Annotations\AttachedAnnotation.cs (1)
109AnnotationStore Store { get;}
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (3)
72public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore) : this(originalPaginator, annotationStore, FlowDirection.LeftToRight) 82public AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore, FlowDirection flowDirection) 529private AnnotationStore _annotationStore;
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
187public void Enable(AnnotationStore annotationStore) 529public AnnotationStore Store 1808private AnnotationStore _store;