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