5 references to GetAttachedAnnotations
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
921
matchingAnnotation = FindAnnotationInList(attachedAnnotation, _annotationMap.
GetAttachedAnnotations
(attachedAnnotation.Annotation.Id));
1341
if (_annotationMap.
GetAttachedAnnotations
(annotation.Id).Count > 0)
1367
IList<IAttachedAnnotation> annotations = _annotationMap.
GetAttachedAnnotations
(annotationId);
1431
IList<IAttachedAnnotation> annotations = _annotationMap.
GetAttachedAnnotations
(annotation.Id);
1472
IList<IAttachedAnnotation> annotations = _annotationMap.
GetAttachedAnnotations
(annotation.Id);