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