1 override of GetAnnotations
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
254public override IList<Annotation> GetAnnotations(ContentLocator anchorLocator)
4 references to GetAnnotations
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
325IList<Annotation> annotations = store.GetAnnotations(lists[0]);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
387IList<Annotation> annotations = _annotationStore.GetAnnotations(lists[0]);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
722annotations = service.Store.GetAnnotations(locator); 756AddRange(annotations, service.Store.GetAnnotations(locator));