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