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