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