1 override of GetAnnotations
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
227public override IList<Annotation> GetAnnotations(ContentLocator anchorLocator)
4 references to GetAnnotations
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
298IList<Annotation> annotations = store.GetAnnotations(lists[0]);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
371IList<Annotation> annotations = _annotationStore.GetAnnotations(lists[0]);
System\Windows\Annotations\AnnotationHelper.cs (2)
703annotations = service.Store.GetAnnotations(locator); 737AddRange(annotations, service.Store.GetAnnotations(locator));