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