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