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