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