2 references to FindAnnotationInList
PresentationFramework (2)
System\Windows\Annotations\AnnotationService.cs (2)
870
matchingAnnotation =
FindAnnotationInList
(attachedAnnotation, _annotationMap.GetAttachedAnnotations(attachedAnnotation.Annotation.Id));
970
IAttachedAnnotation match =
FindAnnotationInList
(existingAnnotations[i], attachedAnnotations);